aux_gw | 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_gw(dist, sigsq, phi, kappa, mu)
sigsq |
the σ^2 variance of the covariance function function. |
phi |
the φ is the range parameter of the covariance function. |
kappa |
κ \in \{0, …, 3 \}. |
mu |
μ controls the smoothness of the covariance function |
dists |
a numeric matrix representing the distance between spatial entities. |
The mean of mat_cov(dist, sigsq, phi, kappa)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.