gw_cov {smile} | R Documentation |
Generalized Wendland covariance function for a given distance matrix.
Description
Computing the Matern covariance function for a matrix of distances.
Usage
gw_cov(dists, sigsq, phi, kappa, mu)
Arguments
dists |
a numeric matrix representing the distance between spatial entities. |
sigsq |
the |
phi |
|
kappa |
|
mu |
|
Value
The GW (isotropic) covariance function associated with the provided
distances (dists
) and the given set of parameters.
[Package smile version 1.0.5 Index]