cauchy | R Documentation |
This function computes the generalized Cauchy correlation function given a distance matrix. The generalized Cauchy covariance is given by
C(h) = \left\{ 1 + \left( \frac{h}{\phi} \right)^{\nu}
\right\}^{-\alpha/\nu},
where \phi
is the range parameter. \alpha
is the tail decay parameter.
\nu
is the smoothness parameter.
The case where \nu=2
corresponds to the Cauchy covariance model, which is infinitely differentiable.
cauchy(d, range, tail, nu)
d |
a matrix of distances |
range |
a numerical value containing the range parameter |
tail |
a numerical value containing the tail decay parameter |
nu |
a numerical value containing the smoothness parameter |
a numerical matrix
Pulong Ma mpulong@gmail.com
kernel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.