single_tapmat1 {smile} | R Documentation |
tapered Matern covariance function (scalar - nu = 1/2)
Description
Computing the Matern covariance function for a single distance
measure, with \nu = 1/2
.
Usage
single_tapmat1(d, sigsq, phi, theta)
Arguments
d |
a scalar representing the distance on which it is desired to evaluate the covariance function. |
sigsq |
the |
phi |
the |
theta |
|
Value
a scalar representing the (tapered matern) covariance between two
observations d
apart of each other.
See Also
single_matern
, single_matern5
single_exp
, mat_cov
[Package smile version 1.0.5 Index]