Kriging

In statistics, originally in geostatistics, Kriging or Gaussian process regression is a method of interpolation for which the interpolated values are modeled by a Gaussian process governed by prior covariances, as opposed to a piecewise-polynomial spline chosen to optimize smoothness of the fitted values. Under suitable assumptions on the priors, Kriging gives the best linear unbiased prediction of the intermediate values. Interpolating methods based on other criteria such as smoothness need not yield the most likely intermediate values. The method is widely used in the domain of spatial analysis and computer experiments. The technique is also known as Wiener–Kolmogorov prediction, after Norbert Wiener and Andrey Kolmogorov.

Example of one-dimensional data interpolation by Kriging, with confidence intervals. Squares indicate the location of the data. The Kriging interpolation, shown in red, runs along the means of the normally distributed confidence intervals shown in gray. The dashed curve shows a spline that is smooth, but departs significantly from the expected intermediate values given by those means.

The theoretical basis for the method was developed by the French mathematician Georges Matheron based on the Master's thesis of Danie G. Krige, the pioneering plotter of distance-weighted average gold grades at the Witwatersrand reef complex in South Africa. 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; both are often pronounced with a hard "g", following the pronunciation of the name "Krige".

Main principles

The basic idea of Kriging is to predict 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 mathematically closely related to regression analysis. Both theories derive a best linear unbiased estimator, based on assumptions on covariances, make use of Gauss-Markov theorem to prove independence of the estimate and error, and make use of 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.[1] 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 curve fitting.

Kriging can also be understood as a form of Bayesian inference.[2] Kriging starts with a prior distribution over functions. This prior takes the form of a Gaussian process: samples from a function will be normally distributed, where the covariance 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 is interpreted as the result of a random process. The fact that these models incorporate uncertainty in their conceptualization doesn't 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 (generic denomination of a set of geographic coordinates) is interpreted as a realization of the random variable . In the space , where the set of samples is dispersed, there are realizations of the random variables , correlated between themselves.

The set of random variables constitutes a random function of which only one realization is known - the set 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 possible the inference of some statistic values.

For instance, if one assumes, based on the homogeneity of samples in area 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. Judging such a hypothesis as appropriate is equivalent to considering the sample values sufficiently homogeneous to validate that representation.

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:

where

This hypothesis allows one to infer those two measures - the variogram and the covariogram - based on the samples:

where

Linear estimation

Spatial inference, or estimation, of a quantity , at an unobserved location , is calculated from a linear combination of the observed values and weights :

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

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

If the cloud of real values is plotted against the estimated values , 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 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

The unknown value is interpreted as a random variable located in , as well as the values of neighbors samples . The estimator is also interpreted as a random variable located in , a result of the linear combination of variables.

In order to deduce the Kriging system for the assumptions of the model, the following error committed while estimating in is declared:

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

Lack of bias:

Since the random function is stationary, , the following constraint is observed:

In order to ensure that the model is unbiased, the weights must sum to one.

Minimum Variance:

Two estimators can have , 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 .

* see covariance matrix for a detailed explanation

* where the literals stand for .

Once defined the covariance model or variogram, or , valid in all field of analysis of , 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:

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

System of equations

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

the additional parameter is a Lagrange multiplier used in the minimization of the Kriging error to honor the unbiasedness condition.

Simple Kriging

Simple Kriging is mathematically the simplest, but the least general.[3] It assumes the expectation of the random field to be 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:

System of equations

The Kriging weights of simple Kriging have no unbiasedness condition and are given by the simple Kriging equation system:

This is analogous to a linear regression of on the other .

Estimation

The interpolation by simple Kriging is given by:

The Kriging error is given by:

which leads to the generalised least squares version of the Gauss-Markov theorem (Chiles & Delfiner 1999, p. 159):

Properties

(Cressie 1993, Chiles&Delfiner 1999, Wackernagel 1995)

Applications

Although Kriging was developed originally for applications in geostatistics, it is a general method of statistical interpolation that can be applied within any discipline to sampled data from random fields that satisfy the appropriate mathematical assumptions.

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 engineering, is the interpolation of data coming out as response variables of deterministic computer simulations,[17] e.g. finite element method (FEM) simulations. In this case, Kriging is used as a metamodeling 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 metal forming 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 surrogate model, implemented inside optimization routines.[18]

See also

Wikimedia Commons has media related to Kriging.

References

  1. Grace Wahba (1990). Spline Models for Observational Data. 59. SIAM. p. 162.
  2. Williams, C. K. I. (1998). "Prediction with Gaussian Processes: From Linear Regression to Linear Prediction and Beyond". Learning in Graphical Models. pp. 599–621. doi:10.1007/978-94-011-5014-9_23. ISBN 978-94-010-6104-9.
  3. Olea, R.A. (1999) Geostatistics for engineers and earth scientists. Kluwer Academic Publishers. http://www.amazon.com/Geostatistics-Engineers-Earth-Scientists-Ricardo/dp/0792385233/ref=sr_1_1?ie=UTF8&qid=1449269019&sr=8-1&keywords=Olea+geostatistics
  4. Bayraktar, Hanefi; Sezer, Turalioglu (2005). "A Kriging-based approach for locating a sampling site—in the assessment of air quality". SERRA. 19 (4): 301–305. doi:10.1007/s00477-005-0234-8.
  5. Chiles, J.-P. and P. Delfiner (1999) Geostatistics, Modeling Spatial Uncertainty, Wiley Series in Probability and statistics.
  6. Zimmerman, D. A.; De Marsily, G.; Gotway, C. A.; Marietta, M. G.; Axness, C. L.; Beauheim, R. L.; Bras, R. L.; Carrera, J.; Dagan, G.; Davies, P. B.; Gallegos, D. P.; Galli, A.; Gómez-Hernández, J.; Grindrod, P.; Gutjahr, A. L.; Kitanidis, P. K.; Lavenue, A. M.; McLaughlin, D.; Neuman, S. P.; Ramarao, B. S.; Ravenne, C.; Rubin, Y. (1998). "A comparison of seven geostatistically based inverse approaches to estimate transmissivities for modeling advective transport by groundwater flow" (PDF). Water Resources Research. 34 (6): 1373. doi:10.1029/98WR00003.
  7. Tonkin, M. J.; Larson, S. P. (2002). "Kriging Water Levels with a Regional-Linear and Point-Logarithmic Drift". Ground Water. 40 (2): 185–193. doi:10.1111/j.1745-6584.2002.tb02503.x. PMID 11916123.
  8. Journel, A.G. and C.J. Huijbregts (1978) Mining Geostatistics, Academic Press London
  9. Richmond, A. (2003). "Financially Efficient Ore Selections Incorporating Grade Uncertainty". Mathematical Geology. 35 (2): 195–215. doi:10.1023/A:1023239606028.
  10. Goovaerts (1997) Geostatistics for natural resource evaluation, OUP. ISBN 0-19-511538-4
  11. Emery, X. (2005). "Simple and Ordinary Multigaussian Kriging for Estimating Recoverable Reserves". Mathematical Geology. 37 (3): 295–319. doi:10.1007/s11004-005-1560-6.
  12. Papritz, A.; Stein, A. (2002). "Spatial prediction by linear kriging". Spatial Statistics for Remote Sensing. Remote Sensing and Digital Image Processing. 1. p. 83. doi:10.1007/0-306-47647-9_6. ISBN 0-7923-5978-X.
  13. Barris, J. (2008) An expert system for appraisal by the method of comparison. PhD Thesis, UPC, Barcelona
  14. Barris, J. and Garcia Almirall, P. (2010) A density function of the appraisal value, UPC, Barcelona
  15. Oghenekarho Okobiah, Saraju Mohanty, and Elias Kougianos (2013) Geostatistical-Inspired Fast Layout Optimization of a Nano-CMOS Thermal Sensor, IET Circuits, Devices and Systems (CDS), Vol. 7, No. 5, Sep 2013, pp. 253--262.
  16. S. Koziel and J.W. Bandler, "Accurate modeling of microwave devices using kriging-corrected space mapping surrogates," Int. J. Numerical Modelling, vol. 25, no. 1, pp. 1-14, Jan./Feb. 2012.
  17. Sacks, J. and Welch, W.J. and Mitchell, T.J. and Wynn, H.P. (1989). Design and Analysis of Computer Experiments. 4. Statistical Science. pp. 409–435.
  18. Strano, M. (2008). "A technique for FEM optimization under reliability constraint of process variables in sheet metal forming". International Journal of Material Forming. 1: 13–20. doi:10.1007/s12289-008-0001-8.

Further reading

Historical references

  1. Agterberg, F P, Geomathematics, Mathematical Background and Geo-Science Applications, Elsevier Scientific Publishing Company, Amsterdam, 1974
  2. Cressie, N. A. C., The Origins of Kriging, Mathematical Geology, v. 22, pp 239–252, 1990
  3. 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
  4. Link, R F and Koch, G S, Experimental Designs and Trend-Surface Analsysis, Geostatistics, A colloquium, Plenum Press, New York, 1970
  5. Matheron, G., "Principles of geostatistics", Economic Geology, 58, pp 1246–1266, 1963
  6. Matheron, G., "The intrinsic random functions, and their applications", Adv. Appl. Prob., 5, pp 439–468, 1973
  7. Merriam, D F, Editor, Geostatistics, a colloquium, Plenum Press, New York, 1970

Books

Software

  1. gstat - spatial and spatio-temporal geostatistical modelling, prediction and simulation
  2. RandomFields - simulation and analysis of random fields
  3. BACCO - Bayesian analysis of computer code software
  4. tgp - Treed Gaussian processes
  5. DiceDesign, DiceEval, DiceKriging, DiceOptim - metamodeling packages of the Dice Consortium
  1. mGstat - Geostistics toolbox for Matlab.
  2. DACE - Design and Analysis of Computer Experiments. A matlab Kriging toolbox.
  3. ooDACE - A flexible object-oriented Kriging matlab toolbox.
  4. GPML - Gaussian Processes for Machine Learning.
  5. STK - Small (Matlab/GNU Octave) Toolbox for Kriging for design and analysis of computer experiments.
  6. scalaGAUSS - Matlab Kriging toolbox with a focus on large datasets
  7. Kriging module in UQLab - A toolbox for performing Kriging with focus on user-friendliness and customization options. UQLab is a Matlab framework for uncertainty quantification that ships with various other modules (e.g. polynomial chaos expansions, sensitivity analysis, reliability analysis).
  1. DACE-Scilab - Scilab port of the DACE Kriging matlab toolbox
  2. krigeage - Kriging toolbox for Scilab
  3. KRISP - Kriging based regression and optimization package for Scilab
  1. Geospatial Modeling
  2. Variograms
  3. 2D and 3D perspective and variance maps
  1. scikit-learn - machine learning in Python
  2. pyKriging - An Engineering Kriging toolkit in Python
This article is issued from Wikipedia - version of the 11/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.