kappasb: Coefficients of an extended Shapiro-Botha variogram model
Description
Computes the coefficients of an extended Shapiro-Botha variogram model.
Usage
kappasb(x, dk = 0)
Value
A vector with the coefficients of an extended Shapiro-Botha variogram model.
Arguments
x
numeric vector (on which the kappa function will be evaluated).
dk
dimension of the kappa function.
Details
If dk >= 1, the coefficients are computed as:
$$\kappa_d(x) = (2/x)^{(d-2)/2} \Gamma(d/2) J_{(d-2)/2}(x)$$
where \(J_p\) is the Bessel function of order \(p\).
If dk == 0, the coefficients are computed as:
$$\kappa _\infty(x) = e^{-x^2}$$
(corresponding to a model valid in any spatial dimension).
NOTE: some authors denote these functions as \(\Omega_d\).
References
Shapiro, A. and Botha, J.D. (1991) Variogram fitting with a general class of
conditionally non-negative definite functions. Computational Statistics
and Data Analysis, 11, 87-96.