comp_tapmat_cov {smile} | R Documentation |
Wendland-1 covariance function for a polygons.
Description
Computing the Matern covariance function between polygons.
Usage
comp_tapmat_cov(cross_dists, n, n2, sigsq, phi, nu, theta)
Arguments
cross_dists |
a |
n |
an integer representing number of polygons (note that, this is
different than the size of the list |
n2 |
usually, equal to |
sigsq |
the |
phi |
the |
nu |
the smoothness parameter |
theta |
the taper distance. |
Value
The wendland-1 covariance matrix associated with a set of polygons.
[Package smile version 1.0.5 Index]