single_gw2 {smile} | R Documentation |
Matern Generalized Wendland (GW) covariance function with kappa = 2 (scalar - generic)
Description
adapted from Bevilacqua et al. 2019.
Usage
single_gw2(d, sigsq, phi, mu)
Arguments
d |
a scalar representing the distance on which it is desired to evaluate the covariance function. |
sigsq |
the |
phi |
the |
mu |
a parameter that controls the smoothness of the covariance
function. Note that, |
Value
a scalar representing the GW covariance between two
observations d
apart of each other.
[Package smile version 1.0.5 Index]