to_vario | R Documentation |
This function computes an estimated semivariogram using an estimated autocovariance function.
to_vario(estCov)
estCov |
A vector whose values are an estimate autocovariance function. |
The semivariogram, \gamma(h)
and autocovariance function, C(h)
, under the assumption of weak stationarity are related as follows:
\gamma(h) = C(0) - C(h) .
When an empirical autocovariance function is considered instead, this relation does not necessarily hold, however, it can be used to obtain a function that is close to a semivariogram, see Bilchouris and Olenko (2025).
A vector whose values are an estimate of the semivariogram.
Bilchouris, A. & Olenko, A (2025). On Nonparametric Estimation of Covariogram. Austrian Statistical Society 54(1), 112-137. 10.17713/ajs.v54i1.1975
X <- c(1, 2, 3)
estCov <- standard_est(X, meanX=mean(X), maxLag = 2, pd=FALSE)
to_vario(estCov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.