Skip to content

VarianceStructure

Stephen Crowley edited this page Jul 31, 2023 · 14 revisions

A variance structure function, recognized by Kolmogorov in relation to random fields, is a pivotal concept in stochastic processes which serves as a measure of spatial continuity for stochastic processes.

The term 'variance structure function' or simply 'variance structure' or 'structure function' consistently refers to the concept, rather than any specific depiction. When reading geostatistical literature the term 'variogram' is often used to when referring to the function, and no distinction is made between the function and its representation. TODO: cite Variogram naming papers

The structure function aims to mathematically articulate the spatial interdependence of a random field or stochastic process $Z(x)$, where $x$ represents a location in space. Specifically, it denotes the variance of the differences between values at varying locations of the random field across different distances.

Formally, for a strictly stationary random field $Z(x)$, the variance structure function, denoted by $\gamma(h)$, is defined as:

$$\gamma(h) = C(0)-C(h) = Var[Z(x+h)-Z(x)] = E[(Z(x + h) - Z(x))^2] = \frac{\sum\limits_{i=1}^{N(h)}{(Z(x_i + h) - Z(x_i))^2}}{N(h)}$$

Here:

  • $E[x]$ denotes the expected value operator
  • $Z(x + h)$ and $Z(x)$ are the sampled values of $Z(X)$ regarding it as a random field at positions $x + h$ and $x$ respectively,
  • $h$ is a vector representing the direction and separation distance between two locations,
  • $\gamma(h)$ symbolizes the value of the variance structure function, i.e., the variance(expected squared value) of the differences of values of the random field separated by distance $h$.
  • $C(h)$ is the corresponding covariance form $C(h)=\gamma(\infty) - \gamma(h)$

In geostatistics, the term 'variogram' usually refers to $2\gamma(h)$, which is twice the semivariogram. For the purposes of this discussion, however, we are not incorporating this particular notion from geostatistics and will refer to $\gamma(h)$ as the (variance) structure function, or simply the variance structure.

The graphical depiction of the variance structure function, or the 'variogram', illustrates the values of the function as a function of distance $h$. This visualization aids in the analysis and interpretation of the spatial dependency structure of the stochastic process over a range of distances.

To reiterate, the terms 'variance structure function', 'variance structure', or 'structure function' always pertain to the abstract concept and never its visual representation. When referring to the graph of this function, the term 'variogram' is used.

Clone this wiki locally