- x
Numeric vector of non-negative spatial distances.
- t
Optional numeric vector of non-negative temporal distances for a
spatio-temporal correlation model.
- corrmodel
String giving the latent Gaussian correlation model. See
GeoCovmatrix for implemented correlation models.
- model
String giving the marginal distribution. Copula covariance is
implemented for Gaussian, StudentT, LogGaussian,
Gamma, Weibull, Beta, Beta2,
Kumaraswamy, Kumaraswamy2, Logistic,
SkewLaplace, Tukeyh, Tukeyh2, and
SinhAsinh.
- copula
String giving the copula. Supported values are
Gaussian, Clayton, and SkewGaussian. For the
Clayton-like copula, param$nu must be a positive integer. For the
skew-Gaussian copula, param$nu is the asymmetry parameter and must
belong to \((-1,1)\).
- distance
String giving the spatial distance. The default is
Eucl. The supplied x values are already distances; this
argument is retained for consistency with the other GeoModels functions.
- param
List of correlation, marginal, nugget, and copula parameters.
Since this is a lag-only function and has no design matrix, location-dependent
margins use an intercept-only marginal predictor mean.
- radius
Numeric radius of the sphere when great-circle distances are
used. The default is 6371 km.
- n
Numeric number of trials, retained for interface compatibility.
- covariance
Logical. If TRUE and variogram=FALSE, return
observed-scale covariance. If FALSE, return observed-scale
correlation.
- variogram
Logical. If TRUE, return a semivariogram. With
covariance=TRUE, this is the observed-scale semivariogram
\(V_Y-C_Y(h)\). With covariance=FALSE, it is the normalized
semivariogram \(1-\rho_Y(h)\).