R/covariance.R
exp_cov_matrix.Rd
Computes the correlation matrix Omega_i where Omega_i(j,k) = exp(-D(j,k) / rho) for range parameter rho > 0.
exp_cov_matrix(D, rho)
Distance matrix.
Range parameter (positive).
Correlation matrix of same dimension as D.