Anisotropic.Matern.Nonstationary.Cov: 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 (ranges Lx and Ly, smoothness nu, rotation angle, variance sigma) into a global nonstationarity covariance with local geometric anisotropy. See Paciorek (2003) and Stein (2005).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Anisotropic.Matern.Nonstationary.Cov(
  x,
  y,
  Lx,
  Ly,
  ang,
  nu,
  sigma = 1,
  verbose = FALSE
)

Arguments

x

x-coordinate of locations on a regular rectangular grid

y

y-coordinate of locations on a regular rectangular grid

Lx

range in x direction (geometric anistotropy)

Ly

range in x direction (geometric anistotropy)

ang

angle of rotation (geometric anistotropy)

nu

smoothness parameter

sigma

standard deviation parameter

verbose

whether to print progress or not

Value

a covariance matrix


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