Learn R Programming

GPFDA (version 3.1.3)

calcScaleDistMats: 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)

Value

A list of ScaleMat and DistMat matrices

Arguments

A_List

List of anisotropy matrices

coords

Matrix of input coordinates (covariates)

Examples

Run this code
## See examples in vignette:
# vignette("nsgpr", package = "GPFDA")

Run the code above in your browser using DataLab