Last chance! 50% off unlimited learning
Sale ends in
From a matrix of locations and covariance parameters of the form (variance, B11, B12, B13, B22, B23, B33, smoothness, nugget), return the square matrix of all pairwise covariances.
matern_anisotropic3D_alt(covparms, locs)
A matrix with n
rows and n
columns, with the i,j entry
containing the covariance between observations at locs[i,]
and
locs[j,]
.
A vector with covariance parameters in the form (variance, B11, B12, B13, B22, B23, B33, smoothness, nugget)
A matrix with n
rows and 3
columns.
Each row of locs is a point in R^3.
The covariance parameter vector is (variance, B11, B12, B13, B22, B23, B33, smoothness, nugget)
where B11, B12, B13, B22, B23, B33, transform the three coordinates as