Log in Sign up
Back to Discover
🔢

Kriging

math Maturity 11-13

We can guess what is in the ground.

Example of kriging interpolation in 1D.png
Example of kriging interpolation in 1D.png
We look at a few spots. We check for gold. Then we guess where more might be. It helps us find things. Can you find hidden treasure?

36 words

Imagine you want to find gold.

Example of kriging interpolation in 1D.png
Example of kriging interpolation in 1D.png
You cannot dig everywhere. You only check a few spots. This is called sampling.

One man named Krige used this idea. He looked at a few holes in the ground. He wanted to guess where the gold was.

A math rule called kriging helps us guess. It looks at the spots we know. It uses those to fill in the blanks.

This helps us see a whole map. It can even show how sure we are. It is a smart way to guess.

90 words

Imagine you want to map a large field. You cannot check every single inch of the ground. Instead, you take samples at a few spots.

Example of kriging interpolation in 1D.png
Example of kriging interpolation in 1D.png

Kriging is a smart way to fill in the blanks. It is a method of interpolation. This means it uses known points to guess values in unknown spots. It works by using a weighted average. The math looks at the known values near the new spot. It gives more weight to points that are close by.

Gaussianprocess.gif
Gaussianprocess.gif

A man named Danie G. Krige first used this idea. He wanted to find where gold was in South Africa. He used samples from a few boreholes to guess the gold levels. Later, a mathematician named Georges Matheron developed the math for it in 1960.

Kriging is very useful for spatial analysis. This is the study of how things are spread out in space. It helps us map things like forests or minerals. It also tells us how much we can trust our guesses. If the known samples are far away, the guess is less certain.

A real-life DEM patch refined using kriging (visualized with matplotlib).png
A real-life DEM patch refined using kriging (visualized with matplotlib).png

189 words

Have you ever wondered how scientists map things they cannot see? Imagine you want to know how much gold is hidden deep underground. You cannot dig up the whole earth to check every spot. Instead, you drill a few holes called boreholes to take samples.

Example of kriging interpolation in 1D.png
Example of kriging interpolation in 1D.png
This leaves many gaps where you have no data at all. Kriging is a clever way to fill those gaps with smart guesses. It is a method of interpolation used to estimate values in unknown places. Scientists use it to make maps of things like forests or minerals.
A real-life DEM patch refined using kriging (visualized with matplotlib).png
A real-life DEM patch refined using kriging (visualized with matplotlib).png

Kriging works by using a weighted average of the points you already know. When the math looks at a new, empty spot, it looks at the neighbors. It gives more importance, or weight, to the samples that are closest to that spot.

Gaussianprocess.gif
Gaussianprocess.gif
The method tries to reach two main goals at the same time. First, it wants to be unbiased, which means the guesses should not be too high or too low. Second, it wants to have a minimal variance. This means the method tries to make the error between the guess and the truth as small as possible. It uses a mathematical model to find the best way to balance these weights.

The history of this idea started with a practical problem in South Africa. A man named Danie G. Krige worked at the Witwatersrand reef complex. He needed to estimate how gold was spread out based on only a few samples. He used a method of distance-weighted averages to help him.

Syncline and anticline.jpg
Syncline and anticline.jpg
Later, a French mathematician named Georges Matheron turned these ideas into a formal math theory. He developed the theoretical basis for the method in 1960. This work was based on the master's thesis written by Krige. Because of this, the method is often called Kriging.

There are many different ways to use this math depending on the job. One type is called ordinary kriging, which assumes the average value is constant nearby. There is also simple kriging, which assumes the average is known for the whole area. Some versions, like universal kriging, look for trends in the data. Scientists also use co-kriging to look at data from many different sources at once. Even though the math can be very hard for computers to do, new ways help it work for huge problems. It is also known as Gaussian process regression in the world of statistics.

You can think of kriging as a way to measure how much we can trust a map. If your known samples are very close to a new spot, your guess is likely very good. However, if the samples are far away, the uncertainty grows. This means the math tells us exactly how much we should doubt our own prediction.

Example of kriging interpolation in 1D.png
Example of kriging interpolation in 1D.png
It is like walking through a dark room by feeling the walls. If you are touching a wall, you know exactly where you are. If you are in the middle of the room, you have to guess. Kriging helps scientists turn those guesses into reliable maps.

522 words

Kriging is a sophisticated method of interpolation used to estimate unknown values at specific locations. In the field of statistics, it is also known as Gaussian process regression. This technique is essential for spatial analysis and computer experiments where data is incomplete. Instead of just connecting dots, kriging uses a mathematical model to predict values. It provides what is called the best linear unbiased prediction, or BLUP. This means the method seeks the most accurate guess possible without being systematically too high or too low.

Example of kriging interpolation in 1D.png
Example of kriging interpolation in 1D.png

The mechanism of kriging relies on computing a weighted average of known values. When predicting a value at an unsampled location, the method looks at the surrounding neighborhood. It assigns weights to these known points based on their proximity and their relationship to the target spot. These weights serve two vital functions. First, they reflect the structural proximity of the samples. Second, they provide a desegregation effect to prevent bias from sample clusters. By balancing these weights, the method achieves its goal of minimal variance.

Gaussianprocess.gif
Gaussianprocess.gif

Kriging operates through several distinct mathematical stages. It begins with a prior distribution over functions, specifically a Gaussian process. In this process, samples from a function are normally distributed. The relationship between any two samples is defined by a covariance function, also called a kernel. Once real values are observed at specific locations, the model combines this Gaussian prior with a Gaussian likelihood function. This results in a posterior distribution. This final distribution provides both a mean value for the prediction and a measure of covariance.

A real-life DEM patch refined using kriging (visualized with matplotlib).png
A real-life DEM patch refined using kriging (visualized with matplotlib).png

There are several different types of kriging methods tailored to specific data needs. Ordinary kriging is a common approach that assumes a constant but unknown mean within a local search neighborhood. Simple kriging is different because it assumes the mean is known across the entire domain. For data that follows a specific pattern, universal kriging uses a polynomial trend model. Other specialized versions include indicator kriging, which uses indicator functions to estimate transition probabilities. There is also co-kriging, which allows for the joint estimation of data from multiple different sources.

Syncline and anticline.jpg
Syncline and anticline.jpg

The history of this method is rooted in practical mining needs. It began with Danie G. Krige, a pioneer at the Witwatersrand reef complex in South Africa. Krige developed a way to plot distance-weighted average gold grades using only a few borehole samples. He wanted to estimate the most likely distribution of gold across the area. In 1960, the French mathematician Georges Matheron developed the formal theoretical basis for these ideas. Matheron's work was actually based on Krige's master's thesis. This connection is why the method carries Krige's name today.

Understanding the uncertainty of a prediction is a major significance of the kriging method. The estimation variance tells us how much we can trust a specific guess. This variance grows when the covariance between the samples and the point being estimated decreases. In simpler terms, as the known samples get farther away from the target, the estimation becomes less certain. Interestingly, the estimation variance does not depend on the actual values of the samples. Instead, it depends on the spatial configuration and the geometric relationship between the points.

Example of kriging interpolation in 1D.png
Example of kriging interpolation in 1D.png

Kriging connects deeply to several other mathematical and scientific fields. It is closely related to regression analysis, as both use assumptions on covariances to find estimators. While regression models focus on multiple observations in a multivariate data set, kriging is designed for a single realization of a random field. It can also be viewed as a spline in a reproducing kernel Hilbert space. Furthermore, kriging with polynomial trend surfaces is mathematically identical to generalized least squares polynomial curve fitting. This versatility makes it a cornerstone of modern geostatistics and spatial modeling.

631 words
🖼️ Images & Media (4)
File:Example_of_kriging_interpolation_in_1D.png
Example_of_kriging_interpolation_in_1D.png
File:A real-life DEM patch refined using kriging (visualized with matplotlib).png
A real-life DEM patch refined using...
File:Gaussianprocess.gif
Gaussianprocess.gif
File:Syncline and anticline.jpg
Syncline and anticline.jpg
Up Next
🔢
Geostatistics
Math
More to explore

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.