Description Usage Arguments Value
View source: R/Matern.NS.Cov.R
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).
1 2 3 4 5 6 7 8 9 10 | Anisotropic.Matern.Nonstationary.Cov(
x,
y,
Lx,
Ly,
ang,
nu,
sigma = 1,
verbose = FALSE
)
|
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 |
a covariance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.