Product Code Database
Example Keywords: arcade and -medical $13-182
   » » Wiki: Kriging
Tag Wiki 'Kriging'.
Tag

In , originally in , kriging or Kriging (), also known as Gaussian process regression, is a method of based on governed by prior . Under suitable assumptions of the prior, kriging gives the best linear unbiased prediction (BLUP) at unsampled locations.

(2025). 9780128154137, Elsevier.
Interpolating methods based on other criteria such as (e.g., ) may not yield the BLUP. The method is widely used in the domain of spatial analysis and computer experiments. The technique is also known as Wiener–Kolmogorov prediction, after and Andrey Kolmogorov.

The theoretical basis for the method was developed by the French mathematician in 1960, based on the master's thesis of Danie G. Krige, the pioneering plotter of distance-weighted average gold grades at the reef complex in . Krige sought to estimate the most likely distribution of gold based on samples from a few boreholes. The English verb is to krige, and the most common noun is kriging. The word is sometimes capitalized as Kriging in the literature.

Though computationally intensive in its basic formulation, kriging can be scaled to larger problems using various approximation methods.


Main principles

Related terms and techniques
Kriging predicts the value of a function at a given point by computing a weighted average of the known values of the function in the neighborhood of the point. The method is closely related to regression analysis. Both theories derive a best linear unbiased estimator based on assumptions on , make use of Gauss–Markov theorem to prove independence of the estimate and error, and use very similar formulae. Even so, they are useful in different frameworks: kriging is made for estimation of a single realization of a random field, while regression models are based on multiple observations of a multivariate data set.

The kriging estimation may also be seen as a spline in a reproducing kernel Hilbert space, with the reproducing kernel given by the covariance function.

(1990). 9780898712445, SIAM.
The difference with the classical kriging approach is provided by the interpretation: while the spline is motivated by a minimum-norm interpolation based on a Hilbert-space structure, kriging is motivated by an expected squared prediction error based on a stochastic model.

Kriging with polynomial trend surfaces is mathematically identical to generalized least squares polynomial .

Kriging can also be understood as a form of Bayesian optimization.

(1998). 9789401061049
Kriging starts with a prior distribution over functions. This prior takes the form of a Gaussian process: N samples from a function will be normally distributed, where the between any two samples is the covariance function (or kernel) of the Gaussian process evaluated at the spatial location of two points. A set of values is then observed, each value associated with a spatial location. Now, a new value can be predicted at any new spatial location by combining the Gaussian prior with a Gaussian likelihood function for each of the observed values. The resulting posterior distribution is also Gaussian, with a mean and covariance that can be simply computed from the observed values, their variance, and the kernel matrix derived from the prior.


Geostatistical estimator
In geostatistical models, sampled data are interpreted as the result of a random process. The fact that these models incorporate uncertainty in their conceptualization does not mean that the phenomenon – the forest, the aquifer, the mineral deposit – has resulted from a random process, but rather it allows one to build a methodological basis for the spatial inference of quantities in unobserved locations and to quantify the uncertainty associated with the estimator.

A stochastic process is, in the context of this model, simply a way to approach the set of data collected from the samples. The first step in geostatistical modulation is to create a random process that best describes the set of observed data.

A value from location x_1 (generic denomination of a set of geographic coordinates) is interpreted as a realization z(x_1) of the Z(x_1). In the space A, where the set of samples is dispersed, there are N realizations of the random variables Z(x_1), Z(x_2), \ldots, Z(x_N), correlated between themselves.

The set of random variables constitutes a random function, of which only one realization is known – the set z(x_i) of observed data. With only one realization of each random variable, it's theoretically impossible to determine any statistical parameter of the individual variables or the function. The proposed solution in the geostatistical formalism consists in assuming various degrees of stationarity in the random function, in order to make the inference of some statistic values possible.

For instance, if one assumes, based on the homogeneity of samples in area A where the variable is distributed, the hypothesis that the first moment is stationary (i.e. all random variables have the same mean), then one is assuming that the mean can be estimated by the arithmetic mean of sampled values.

The hypothesis of stationarity related to the second moment is defined in the following way: the correlation between two random variables solely depends on the spatial distance between them and is independent of their location. Thus if \mathbf{h} = x_2 - x_1 and h = |\mathbf{h}|, then:

C\big(Z(x_1), Z(x_2)\big) = C\big(Z(x_i), Z(x_i + \mathbf{h})\big) = C(h),

\gamma\big(Z(x_1), Z(x_2)\big) = \gamma\big(Z(x_i), Z(x_i + \mathbf{h})\big) = \gamma(h).

For simplicity, we define C(x_i, x_j) = C\big(Z(x_i), Z(x_j)\big) and \gamma(x_i, x_j) = \gamma\big(Z(x_i), Z(x_j)\big).

This hypothesis allows one to infer those two measures – the and the :

\gamma(h) = \frac{1}{2|N(h)|} \sum_{(i,j)\in N(h)} \big(Z(x_i) - Z(x_j)\big)^2,

C(h) = \frac{1}
\sum_{(i,j)\in N(h)} \big(Z(x_i) - m(h)\big)\big(Z(x_j) - m(h)\big),

where:

m(h) = \frac{1}{2|N(h)|} \sum_{(i,j)\in N(h)} Z(x_i) + Z(x_j);
N(h) denotes the set of pairs of observations i,\;j such that |x_i - x_j| = h, and |N(h)| is the number of pairs in the set.
In this set, (i,\;j) and (j,\;i) denote the same element. Generally an "approximate distance" h is used, implemented using a certain tolerance.


Linear estimation
Spatial inference, or estimation, of a quantity Z \colon \mathbb{R}^n \to \mathbb{R}, at an unobserved location x_0, is calculated from a linear combination of the observed values z_i = Z(x_i) and weights w_i(x_0),\; i = 1, \ldots, N:

\hat{Z}(x_0) =
\begin{bmatrix}
  w_1 & w_2 & \cdots & w_N
\end{bmatrix}
\begin{bmatrix}
 z_1 \\
 z_2 \\
 \vdots \\
 z_N
\end{bmatrix} =
\sum_{i=1}^N w_i(x_0) Z(x_i).
     

The weights w_i are intended to summarize two extremely important procedures in a spatial inference process:

  • reflect the structural "proximity" of samples to the estimation location x_0;
  • at the same time, they should have a desegregation effect, in order to avoid bias caused by eventual sample clusters.

When calculating the weights w_i, there are two objectives in the geostatistical formalism: unbias and minimal variance of estimation.

If the cloud of real values Z(x_0) is plotted against the estimated values \hat{Z}(x_0), the criterion for global unbias, intrinsic stationarity or wide sense stationarity of the field, implies that the mean of the estimations must be equal to mean of the real values.

The second criterion says that the mean of the squared deviations \big(\hat{Z}(x) - Z(x)\big) must be minimal, which means that when the cloud of estimated values versus the cloud real values is more disperse, the estimator is more imprecise.


Methods
Depending on the stochastic properties of the random field and the various degrees of stationarity assumed, different methods for calculating the weights can be deduced, i.e. different types of kriging apply. Classical methods are:
  • Ordinary kriging assumes constant unknown mean only over the search neighborhood of x_0.
  • Simple kriging assumes stationarity of the first moment over the entire domain with a known mean: E\{Z(x)\} = E\{Z(x_0)\} = m, where m is the known mean.
  • Universal kriging assumes a general polynomial trend model, such as linear trend model \textstyle E\{Z(x)\} = \sum_{k=0}^p \beta_k f_k(x).
  • IRFk-kriging assumes E\{Z(x)\} to be an unknown in x.
  • Indicator kriging uses indicator functions instead of the process itself, in order to estimate transition probabilities.
    • Multiple-indicator kriging is a version of indicator kriging working with a family of indicators. Initially, MIK showed considerable promise as a new method that could more accurately estimate overall global mineral deposit concentrations or grades. However, these benefits have been outweighed by other inherent problems of practicality in modelling due to the inherently large block sizes used and also the lack of mining scale resolution. Conditional simulation is fast, becoming the accepted replacement technique in this case.
  • Disjunctive kriging is a nonlinear generalisation of kriging.
  • Log-normal kriging interpolates positive data by means of .
  • Latent kriging assumes the various krigings on the latent level (second stage) of the nonlinear mixed-effects model to produce a spatial functional prediction. This technique is useful when analyzing a spatial functional data \{ (y_i, x_i, s_i) \}_{i=1}^n, where y_i = (y_{i1} ,y_{i2}, \cdots, y_{iT_i})^\top is a time series data over T_i period, x_i = (x_{i1}, x_{i2}, \cdots, x_{ip})^\top is a vector of p covariates, and s_i = (s_{i1}, s_{i2})^\top is a spatial location (longitude, latitude) of the i-th subject.
  • Co-kriging denotes the joint kriging of data from multiple sources with a relationship between the different data sources. Co-kriging is also possible in a Bayesian approach.
  • Bayesian kriging departs from the optimization of unknown coefficients and hyperparameters, which is understood as a maximum likelihood estimate from the Bayesian perspective. Instead, the coefficients and hyperparameters are estimated from their expectation values. An advantage of Bayesian kriging is, that it allows to quantify the evidence for and the uncertainty of the kriging . If the emulator is employed to propagate uncertainties, the quality of the kriging emulator can be assessed by comparing the emulator uncertainty to the total uncertainty (see also Bayesian Polynomial Chaos). Bayesian kriging can also be mixed with co-kriging.


Ordinary kriging
The unknown value Z(x_0) is interpreted as a random variable located in x_0, as well as the values of neighbors samples Z(x_i),\ i = 1, \ldots, N. The estimator \hat{Z}(x_0) is also interpreted as a random variable located in x_0, a result of the linear combination of variables.

Kriging seeks to minimize the mean square value of the following error in estimating Z(x_0), subject to lack of bias:

\epsilon(x_0) = \hat{Z}(x_0) - Z(x_0) =
\begin{bmatrix}
 W^T & -1
\end{bmatrix} \cdot
\begin{bmatrix}
 Z(x_1) & \cdots & Z(x_N) & Z(x_0)
\end{bmatrix}^T =
\sum^N_{i=1} w_i(x_0) \times Z(x_i) - Z(x_0).
     

The two quality criteria referred to previously can now be expressed in terms of the mean and variance of the new random variable \epsilon(x_0):

Lack of bias

Since the random function is stationary, EZ(x_i) = EZ(x_0) = m, the weights must sum to 1 in order to ensure that the model is unbiased. This can be seen as follows:

E\epsilon(x_0) = 0 \Leftrightarrow \sum^N_{i=1} w_i(x_0) \times EZ(x_i) - EZ(x_0) = 0

:::: \Leftrightarrow m \sum^N_{i=1} w_i(x_0) - m = 0 \Leftrightarrow \sum^N_{i=1} w_i(x_0) = 1 \Leftrightarrow \mathbf{1}^T \cdot W = 1.

Minimum variance

Two estimators can have E\epsilon(x_0) = 0, but the dispersion around their mean determines the difference between the quality of estimators. To find an estimator with minimum variance, we need to minimize E\epsilon(x_0)^2.

\begin{align}
 \operatorname{Var}(\epsilon(x_0)) &= \operatorname{Var}\left(\begin{bmatrix} W^T & -1 \end{bmatrix} \cdot
  \begin{bmatrix} Z(x_1) & \cdots & Z(x_N) & Z(x_0) \end{bmatrix}^T\right) \\
 &= \begin{bmatrix} W^T & -1 \end{bmatrix} \cdot
  \operatorname{Var}\left(\begin{bmatrix} Z(x_1) & \cdots & Z(x_N) & Z(x_0) \end{bmatrix}^T\right) \cdot
  \begin{bmatrix} W \\ -1 \end{bmatrix}.
\end{align}
     

See covariance matrix for a detailed explanation.

\operatorname{Var}(\epsilon(x_0)) = \begin{bmatrix} W^T & -1 \end{bmatrix} \cdot
\begin{bmatrix}
 \operatorname{Var}_{x_i} & \operatorname{Cov}_{x_ix_0} \\
 \operatorname{Cov}_{x_i x_0}^T & \operatorname{Var}_{x_0}
\end{bmatrix} \cdot
\begin{bmatrix} W \\ -1 \end{bmatrix},
     

where the literals \left\{\operatorname{Var}_{x_i}, \operatorname{Var}_{x_0}, \operatorname{Cov}_{x_ix_0}\right\} stand for

\left\{\operatorname{Var}\left(\begin{bmatrix} Z(x_1) & \cdots & Z(x_N) \end{bmatrix}^T\right),
\operatorname{Var}\big(Z(x_0)\big),
\operatorname{Cov}\left(\begin{bmatrix} Z(x_1) & \cdots & Z(x_N) \end{bmatrix}^T,
Z(x_0)\right)\right\}.
     

Once defined the covariance model or , C(\mathbf{h}) or \gamma(\mathbf{h}), valid in all field of analysis of Z(x), then we can write an expression for the estimation variance of any estimator in function of the covariance between the samples and the covariances between the samples and the point to estimate:

\begin{cases}
 \operatorname{Var}\big(\epsilon(x_0)\big) =
  W^T \cdot \operatorname{Var}_{x_i} \cdot W -
  \operatorname{Cov}_{x_ix_0}^T \cdot W -
  W^T \cdot \operatorname{Cov}_{x_ix_0} +
  \operatorname{Var}_{x_0}, \\
 \operatorname{Var}\big(\epsilon(x_0)\big) =
  \operatorname{Cov}(0) +
  \sum_i \sum_j w_i w_j \operatorname{Cov}(x_i,x_j) -
  2 \sum_iw_i C(x_i,x_0).
\end{cases}
     

Some conclusions can be asserted from this expression. The variance of estimation:

  • is not quantifiable to any linear estimator, once the stationarity of the mean and of the spatial covariances, or variograms, are assumed;
  • grows when the covariance between the samples and the point to estimate decreases. This means that, when the samples are farther away from x_0, the estimation becomes worse;
  • grows with the a priori variance C(0) of the variable Z(x); when the variable is less disperse, the variance is lower in any point of the area A;
  • does not depend on the values of the samples, which means that the same spatial configuration (with the same geometrical relations between samples and the point to estimate) always reproduces the same estimation variance in any part of the area A; this way, the variance does not measure the uncertainty of estimation produced by the local variable.

System of equations

W = \underset{\mathbf{1}^T \cdot W = 1}{\operatorname{arg\,min}}\left( W^T \cdot \operatorname{Var}_{x_i} \cdot W - \operatorname{Cov}_{x_ix_0}^T \cdot W - W^T \cdot \operatorname{Cov}_{x_ix_0} + \operatorname{Var}_{x_0} \right).
     

Solving this optimization problem (see Lagrange multipliers) results in the kriging system:

\begin{bmatrix}\hat{W}\\\mu\end{bmatrix} = \begin{bmatrix}
\operatorname{Var}_{x_i}& \mathbf{1}\\ \mathbf{1}^T& 0 \end{bmatrix}^{-1}\cdot \begin{bmatrix} \operatorname{Cov}_{x_ix_0}\\ 1\end{bmatrix} = \begin{bmatrix} \gamma(x_1,x_1) & \cdots & \gamma(x_1,x_n) &1 \\ \vdots & \ddots & \vdots & \vdots \\ \gamma(x_n,x_1) & \cdots & \gamma(x_n,x_n) & 1 \\ 1 &\cdots& 1 & 0 \end{bmatrix}^{-1} \begin{bmatrix}\gamma(x_1,x^*) \\ \vdots \\ \gamma(x_n,x^*) \\ 1\end{bmatrix}.

The additional parameter \mu is a Lagrange multiplier used in the minimization of the kriging error \sigma_k^2(x) to honor the unbiasedness condition.


Simple kriging
Simple kriging is mathematically the simplest, but the least general.
(1999). 9781461550013, Kluwer Academic.
It assumes the of the is known and relies on a covariance function. However, in most applications neither the expectation nor the covariance are known beforehand.

The practical assumptions for the application of simple kriging are:

  • Wide-sense stationarity of the field (variance stationary).
  • The expectation is zero everywhere: \mu(x) = 0.
  • Known covariance function c(x, y) = \operatorname{Cov}\big(Z(x), Z(y)\big).
The covariance function is a crucial design choice, since it stipulates the properties of the Gaussian process and thereby the behaviour of the model. The covariance function encodes information about, for instance, smoothness and periodicity, which is reflected in the estimate produced. A very common covariance function is the squared exponential, which heavily favours smooth function estimates.
(2005). 9780262256834 .
For this reason, it can produce poor estimates in many real-world applications, especially when the true underlying function contains discontinuities and rapid changes.

System of equations
The kriging weights of simple kriging have no unbiasedness condition and are given by the simple kriging equation system:
\begin{pmatrix} w_1 \\ \vdots \\ w_n \end{pmatrix} =
\begin{pmatrix}
 c(x_1, x_1) & \cdots & c(x_1, x_n) \\
 \vdots & \ddots & \vdots \\
 c(x_n, x_1) & \cdots & c(x_n, x_n)
\end{pmatrix}^{-1}
\begin{pmatrix} c(x_1,x_0) \\ \vdots \\ c(x_n,x_0) \end{pmatrix}.
     

This is analogous to a linear regression of Z(x_0) on the other z_1, \ldots, z_n.

Estimation
The interpolation by simple kriging is given by
\hat{Z}(x_0) =
\begin{pmatrix} z_1 \\ \vdots \\ z_n \end{pmatrix}'
\begin{pmatrix}
 c(x_1, x_1) & \cdots & c(x_1, x_n) \\
 \vdots & \ddots & \vdots \\
 c(x_n, x_1) & \cdots & c(x_n, x_n)
\end{pmatrix}^{-1}
\begin{pmatrix} c(x_1,x_0) \\ \vdots \\ c(x_n,x_0)\end{pmatrix}.
     

The kriging error is given by

\operatorname{Var}\big(\hat{Z}(x_0) - Z(x_0)\big) =
\underbrace{c(x_0,x_0)}_{\operatorname{Var}\big(Z(x_0)\big)} -
\underbrace{\begin{pmatrix} c(x_1,x_0) \\ \vdots \\ c(x_n,x_0) \end{pmatrix}'
\begin{pmatrix}
 c(x_1,x_1) & \cdots & c(x_1,x_n)  \\
 \vdots & \ddots & \vdots  \\
 c(x_n,x_1) & \cdots & c(x_n,x_n)
\end{pmatrix}^{-1}
\begin{pmatrix} c(x_1,x_0) \\ \vdots \\ c(x_n,x_0) \end{pmatrix}}_{\operatorname{Var}\big(\hat{Z}(x_0)\big)},
     
which leads to the generalised least-squares version of the Gauss–Markov theorem (Chiles & Delfiner 1999, p. 159):
\operatorname{Var}\big(Z(x_0)\big) = \operatorname{Var}\big(\hat{Z}(x_0)\big) + \operatorname{Var}\big(\hat{Z}(x_0) - Z(x_0)\big).
     


Bayesian kriging
See also Bayesian Polynomial Chaos


Properties
  • The kriging estimation is unbiased: E\hat{Z}(x_i) = EZ(x_i).
  • The kriging estimation honors the actually observed value: \hat{Z}(x_i) = Z(x_i) (assuming no measurement error is incurred).
  • The kriging estimation \hat{Z}(x) is the best linear unbiased estimator of Z(x) if the assumptions hold. However (e.g. Cressie 1993):Cressie 1993, Chiles&Delfiner 1999, Wackernagel 1995.
    • As with any method, if the assumptions do not hold, kriging might be bad.
    • There might be better nonlinear and/or biased methods.
    • No properties are guaranteed when the wrong variogram is used. However, typically still a "good" interpolation is achieved.
    • Best is not necessarily good: e.g. in case of no spatial dependence the kriging interpolation is only as good as the arithmetic mean.
  • Kriging provides \sigma_k^2 as a measure of precision. However, this measure relies on the correctness of the variogram.


Applications
Although kriging was developed originally for applications in geostatistics, it is a general method of statistical interpolation and can be applied within any discipline to sampled data from random fields that satisfy the appropriate mathematical assumptions. It can be used where spatially related data has been collected (in 2-D or 3-D) and estimates of "fill-in" data are desired in the locations (spatial gaps) between the actual measurements.

To date kriging has been used in a variety of disciplines, including the following:


Design and analysis of computer experiments
Another very important and rapidly growing field of application, in , is the interpolation of data coming out as response variables of deterministic computer simulations, e.g. finite element method (FEM) simulations. In this case, kriging is used as a tool, i.e. a black-box model built over a designed set of computer experiments. In many practical engineering problems, such as the design of a process, a single FEM simulation might be several hours or even a few days long. It is therefore more efficient to design and run a limited number of computer simulations, and then use a kriging interpolator to rapidly predict the response in any other design point. Kriging is therefore used very often as a so-called , implemented inside routines. Kriging-based surrogate models may also be used in the case of mixed integer inputs.


See also
  • Bayes linear statistics
  • Multivariate interpolation
  • Nonparametric regression
  • Radial basis function interpolation
  • Spatial dependence
  • Gradient-enhanced kriging (GEK)
  • Information field theory
  • Inverse distance weighting


Further reading

Historical references
  1. (2025). 9783319789989, Springer International Publishing.
  2. Agterberg, F. P., Geomathematics, Mathematical Background and Geo-Science Applications, Elsevier Scientific Publishing Company, Amsterdam, 1974.
  3. Cressie, N. A. C., The origins of kriging, Mathematical Geology, v. 22, pp. 239–252, 1990.
  4. Krige, D. G., A statistical approach to some mine valuations and allied problems at the Witwatersrand, Master's thesis of the University of Witwatersrand, 1951.
  5. Link, R. F. and Koch, G. S., Experimental Designs and Trend-Surface Analsysis, Geostatistics, A colloquium, Plenum Press, New York, 1970.
  6. Matheron, G., "Principles of geostatistics", Economic Geology, 58, pp. 1246–1266, 1963.
  7. Matheron, G., "The intrinsic random functions, and their applications", Adv. Appl. Prob., 5, pp. 439–468, 1973.
  8. Merriam, D. F. (editor), Geostatistics, a colloquium, Plenum Press, New York, 1970.
  9. Mockus, J., "On Bayesian methods for seeking the extremum." Proceedings of the IFIP Technical Conference. 1974.


Books
  • Abramowitz, M., and Stegun, I. (1972), Handbook of Mathematical Functions, Dover Publications, New York.
  • Banerjee, S., Carlin, B. P. and Gelfand, A. E. (2004). Hierarchical Modeling and Analysis for Spatial Data. Chapman and Hall/CRC Press, Taylor and Francis Group.
  • Chiles, J.-P. and P. Delfiner (1999) Geostatistics, Modeling Spatial uncertainty, Wiley Series in Probability and statistics.
  • Clark, I., and Harper, W. V., (2000) Practical Geostatistics 2000, Ecosse North America, USA.
  • Cressie, N. (1993) Statistics for spatial data, Wiley, New York.
  • David, M. (1988) Handbook of Applied Advanced Geostatistical Ore Reserve Estimation, Elsevier Scientific Publishing
  • Deutsch, C. V., and Journel, A. G. (1992), GSLIB – Geostatistical Software Library and User's Guide, Oxford University Press, New York, 338 pp.
  • Goovaerts, P. (1997) Geostatistics for Natural Resources Evaluation, Oxford University Press, New York, .
  • Isaaks, E. H., and Srivastava, R. M. (1989), An Introduction to Applied Geostatistics, Oxford University Press, New York, 561 pp.
  • Journel, A. G. and C. J. Huijbregts (1978) Mining Geostatistics, Academic Press London.
  • Journel, A. G. (1989), Fundamentals of Geostatistics in Five Lessons, American Geophysical Union, Washington D.C.
  • . Also, "Section 15.9. Gaussian Process Regression".
  • Stein, M. L. (1999), Statistical Interpolation of Spatial Data: Some Theory for Kriging, Springer, New York.
  • Wackernagel, H. (1995) Multivariate Geostatistics - An Introduction with Applications, Springer Berlin

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs
1s Time