aux_matern | R Documentation |
This is an auxilliary function for internal use. It helps to numerically integrate a covariance function evaluated at a grid of points within a polyigon and speed-up the computations.
aux_matern(dist, sigsq, phi, nu)
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. |
dists |
a numeric matrix representing the distance between spatial entities. |
The mean of mat_cov(dist, sigsq, phi, nu)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.