calcScaleDistMats: Calculate matrices for NSGP covariance function

View source: R/RcppExports.R

calcScaleDistMatsR 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")

GPFDA documentation built on Sept. 11, 2023, 1:08 a.m.