Description Usage Arguments Details Value Author(s) See Also Examples
Computes the Matern covariance function. Used in the creation of stationary and isotropic Gaussian Random Fields (GRFs).
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#MaternCov
1 |
grid |
An |
nu, theta, sig |
Matern model parameters. See details. |
The Matern covariance model for two points with Euclidean distance r, is given by
C(r) = sig^2 2^(1-nu) gamma(nu)^(-1) (sqrt(2nu) r/theta)^nu B_nu(sqrt(2nu) r/theta)
where sig, theta, nu>0, and B_nu is the modified Bessel function of second kind. Note that the Matern for nu=.5 reduces to the exponential.
A matrix representing the covariance matrix for a random field (typically a GRF).
Sakis Micheas
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.