Description Usage Arguments Value
View source: R/Matern.NS.Cov.R
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).
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
)
|
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 |
a covariance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.