This function computes the powered-exponential correlation function given a distance matrix. The powered-exponential correlation function is given by $$C(h)=\exp\left\{-\left(\frac{h}{\phi}\right)^{\nu}\right\},$$ where \(\phi\) is the range parameter. \(\nu\) is the smoothness parameter. The case \(\nu=2\) corresponds to the well-known Gaussian correlation.
powexp(d, range, nu)a numerical matrix
a matrix of distances
a numerical value containing the range parameter
a numerical value containing the smoothness parameter
Pulong Ma mpulong@gmail.com