
Last chance! 50% off unlimited learning
Sale ends in
RMS(phi, var, scale, Aniso, proj, anisoT)
RMmodel
.
The optional anisotropy matrix $A$, multiplied from
the right by a distance vector $x$, i.e. $Ax$proj
gives the
positions of the ones (integer values between 1 and teh dimension of
$x$).phi(..., var, scale, anisoT, Aniso, proj)
, where phi
has
to be replaced by a valid Most users will never call
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
StartExample()
model1 <- RMS(RMexp(), scale=2)
model2 <- RMexp(scale=2)
x <- seq(0, 10, 0.02)
print(all(RFcov(model1, x) == RFcov(model2, x))) # TRUE
FinalizeExample()
Run the code above in your browser using DataLab