https://github.com/cran/RandomFields
Raw File
Tip revision: c72cbea0dd8d0cd806e6d383a207338bd91db917 authored by Martin Schlather on 05 August 2005, 00:00:00 UTC
version 1.3.1
Tip revision: c72cbea
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