Calculate Cauchy correlation
.cor_cauchy(x, a, alpha, nu = 1, nugget = 0)
x
: A numeric vector, matrix, or array.a
: Smooth parameter, .alpha
: Scale parameter, .nu
: Power parameter, . Default is 1.nugget
: The nugget effect .Correlations of the same dimension as x
.
The Cauchy correlation function with scale parameter and smooth parameter has the form
where is 1 when and 0 otherwise.
Gneiting, T., and Schlather, M. (2004). Stochastic Models That Separate Fractal Dimension and the Hurst Effect. SIAM Review, 46(2), 269–282.
Useful links