
Last chance! 50% off unlimited learning
Sale ends in
RMhyperbolic(nu, lambda, delta, var, scale, Aniso, proj)
RMmodel
Each generalized hyperbolic covariance function is a normal scale mixture.
The model contains some other classes as special cases;
for $\lambda = 0$ we get Cauchy covariance function
(see
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
StartExample()
model <- RMhyperbolic(nu=1, lambda=2, delta=0.2)
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))
FinalizeExample()
Run the code above in your browser using DataLab