comp_mat_cov | R Documentation |
Computing the Matern covariance function between polygons.
comp_mat_cov(cross_dists, n, n2, sigsq, phi, nu)
cross_dists |
a |
n |
an ingeger representing number of polygons (note that, this is
different than the size of the list |
n2 |
usually, equal to |
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. Note that, if we set
|
The matern covariance matrix associated with a set of polygons.
single_exp
, single_matern
,
mat_cov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.