https://github.com/cran/RandomFields
Revision 69b6997965eece62828a56d78c704a7e13821098 authored by Martin Schlather on 08 October 2005, 00:00:00 UTC, committed by Gabor Csardi on 08 October 2005, 00:00:00 UTC
1 parent f19c5f1
Raw File
Tip revision: 69b6997965eece62828a56d78c704a7e13821098 authored by Martin Schlather on 08 October 2005, 00:00:00 UTC
version 1.3.4
Tip revision: 69b6997
visual.check.sequence.choice.R
# source("x.R")


if (EXTENDED.TESTING <- file.exists("source.R")) source("source.R")


RFparameters(Print=6)

x <- seq(0, 1, 1/24)
model <- list(
              list(model="stable", var=1, scale=1, kappa=1.6),
              "+",
              list(model="cauchy", var=1, scale=1, kappa=2)
              )
try(z <- GaussRF(x, x, grid=TRUE, gridtriple=FALSE,
        model=model, n=1, exactness=NA, stationary.only=NA))
back to top