calcScaleDistMats {GPFDA} | R Documentation |
Calculate matrices for NSGP covariance function
Description
Calculates matrices 'ScaleMat' and 'DistMat', which are used to obtain NSGP covariance matrices
Usage
calcScaleDistMats(A_List, coords)
Arguments
A_List |
List of anisotropy matrices |
coords |
Matrix of input coordinates (covariates) |
Value
A list of ScaleMat and DistMat matrices
Examples
## See examples in vignette:
# vignette("nsgpr", package = "GPFDA")
[Package GPFDA version 3.1.3 Index]