https://github.com/cran/RandomFields
Raw File
Tip revision: 7669be7daa9719001ccbd992cacd4f0dbb4f8f91 authored by Martin Schlather on 19 May 2005, 00:00:00 UTC
version 1.2.14
Tip revision: 7669be7
visual.check.sequence.choice.R
# source("x.R")


if (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=2),
              "+",
              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