Isotropic.Matern.Exp.RQ.Nonstationary.Covs: Define a nonstationary covariance matrix based on a...

Description Usage Arguments Value

View source: R/Matern.NS.Cov.R

Description

Encode (local) spatially varying parameters (range theta, smoothness nu, variance sigma) into a global nonstationarity covariance with local isotropy. See Paciorek (2003) and Stein (2005).

Usage

1
2
3
4
5
6
7
8
9
Isotropic.Matern.Exp.RQ.Nonstationary.Covs(
  x,
  y,
  theta,
  nu,
  sigma = 1,
  family = "matern",
  verbose = FALSE
)

Arguments

x

x-coordinate of locations on a regular rectangular grid

y

y-coordinate of locations on a regular rectangular grid

theta

correlation range parameter

nu

smoothness parameter

sigma

standard deviation parameter

family

Matern, exp, or RQ (rational quadratic)

verbose

whether to print progress or not

Value

a covariance matrix


ashtonwiens/nonstationary documentation built on March 4, 2021, 12:49 a.m.