RMbessel
is a stationary isotropic covariance model
belonging to the Bessel family.
The corresponding covariance function only depends on the distance $r \ge 0$ between
two points and is given by
RMbessel(nu, var, scale, Aniso, proj)
RMmodel
. If not passed, the above
covariance function remains unmodified.RMdampedcos
for $\lambda = 0$, there. A second important case is $\nu=0.5$ with covariance function
RMwave
.
Note that all valid continuous stationary isotropic covariance
functions for $d$-dimensional random fields
can be written as scale mixtures of a Bessel type
covariance function with $\nu=(d-2)/2$
(cf. Gelfand et al., 2010, pp. 21--22).
RMdampedcos
,
RMwave
,
RMmodel
,
RFsimulate
,
RFfit
.
RFoptions(seed=0) ## *ANY* simulation will have the random seed 0; set
## RFoptions(seed=NA) to make them all random again
model <- RMbessel(nu=1, scale=0.1)
x <- seq(0, 10, 0.02)
plot(model)
plot(RFsimulate(model, x=x))
Run the code above in your browser using DataLab