
RMcovariate(c, x, y=NULL, z=NULL, T=NULL, grid, var, scale,
Aniso, proj, raw, norm, addNA)
FALSE
then the data are interpolated. This
approach is always save, but might be slow. If TRUE
then the data may be accessed when covariance
matrices are calculated. No rescaling or anisotropy definition
addNA
is TRUE
, then an additional
(linear) factor is estimated in an estimation framework.
This parameter must be set in particular when RMmodel
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
z <- 0.2 + (1:10)
RFfctn(RMcovariate(z), 1:10)
RFfctn(RMcovariate(z, 1:10), c(2, 2.1, 2.5, 3))
FinalizeExample()
Run the code above in your browser using DataLab