single_matern | R Documentation |
Computing the Matern covariance function for a single distance
measure, addapted from geoR
.
single_matern(d, sigsq, phi, nu)
d |
a scalar representing the distance on which it is desired to evaluate the covariance function. |
sigsq |
the σ^2 parameter from the Matern covariance function. |
phi |
the φ parameter from the Matern covariance function, controls the range of the spatial dependence. |
nu |
the ν parameter from the Matern covariance function, controls the differentiability of the process. |
a scalar representing the (matern) covariance between two
observations d
apart of each other.
single_matern
, single_matern5
single_exp
, mat_cov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.