Last chance! 50% off unlimited learning
Sale ends in
$W_{\mu}$ is the
covariance of the RMwhittle
model or the
RMmatern
model and
nu
by a non-negative function.
RMwhittle
,
RMmodel
,
RFsimulate
,
RFfit
.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
x <- seq(-1.2, 1.2, len=50)
model <- RMwhittle(nu=RMgauss())
z <- RFsimulate(model=model, x, x, n=4)
plot(z)
Run the code above in your browser using DataLab