Kriging

Functionality

Kriging can be seen as a point interpolation which requires a point map as input and returns a raster map with estimations and optionally an error map. The estimations are weighted averaged input point values, similar to the Moving Average operation. The weight factors in Kriging are determined by using a user-specified semi-variogram model (based on the output of the Spatial correlation operation), the distribution of input points, and are calculated in such a way that they minimize the estimation error in each output pixel. The estimated or predicted values are thus a linear combination of the input values and have a minimum estimation error. The optional error map contains the standard errors of the estimates.

Kriging is named after D.G. Krige, a South African mining engineer and pioneer in the application of statistical techniques to mine evaluation. The Kriging technique is derived from the theory of regionalized variables (Krige, Matheron). An advantage of Kriging (above other moving averages like inverse distance) is that it provides a measure of the probable error associated with the estimates.

Preparation:

Besides an input point map, Kriging requires a semi-variogram model including the type of the model and values for the parameters nugget, sill and range; this can be obtained from the Spatial correlation operation.

For more information, see Spatial correlation : functionality, section on Semi-variograms, or Graph window : Add semi-variogram model.

General Kriging tips:

For more information, see How to use Kriging.

Methods:

Two Kriging methods are available: Simple Kriging and Ordinary Kriging.

In general, it can be said that the more points are used, the more reliable the estimation will be.

Removing duplicates or coinciding points:

When you have multiple values for the same location or when point locations are very close to each other, i.e. when samples coincide, the Kriging system of equations becomes singular and cannot be solved.

It is therefore advised to use the option Remove Duplicates which will automatically 'remove' any coinciding points. You can choose to either take the average value of coinciding points, or to take the value of the first (coinciding) point encountered only. By specifying a Tolerance, you can control the distance between points at which points are considered coinciding or not. When the distance between points is less than the specified tolerance, these points are considered coinciding; otherwise the points are considered distinct.

When your input data does contain coinciding points and when the Remove Duplicates option is not used, Simple Kriging will yield an error message, and Ordinary Kriging will assign the undefined value for all pixels to which the coinciding points make a contribution.

Spherical distance:

Optionally, you can choose to calculate with spherical distances, i.e. distances calculated over the sphere using the projection that is specified in the coordinate system used by the georeference of the output raster map. It is advised to use this spherical distance option for maps that comprise large areas (countries or regions) and for maps that use LatLon coordinates. In more general terms, spherical distance should be used when there are 'large' scale differences within a map as a consequence of projecting the globe-shaped earth surface onto a plane.

When the spherical distance option is not used, distances will be calculated in a plane as Euclidean distances.

 

Tip: When you used the spherical distance option in the Spatial Correlation operation, it is advised to also use the spherical distance option in the Kriging operation.

Error map:

Optionally, an output error map can be created which contains the standard error of the estimate, i.e. the square root of the error variance.

The error variance in each estimated output pixel depends on:

A standard error which is larger than the original sample standard deviation denotes a rather unreliable prediction.

Input map requirements:

The input point map is generally a value map. You can also use a ID point map which is linked to an attribute table, and select a column with a value domain from the attribute table. Furthermore, you need to define a complete semi-variogram model.

Limitations:

These limitations are not applicable on the command line.

Tip:

To speed up the calculation when using Ordinary Kriging and using a large number of points within each limiting distance, it is advised to first rasterize the point values and then to use the Kriging from Raster operation.

Domain and georeference of output raster maps:

The output raster map containing the Kriging estimates or predictions uses the same value domain as the input point map or the attribute column. The value range and precision can be adjusted for the output map; it is advised to choose a wider value range for the output map than the input value range.

The georeference for the output Kriging map has to be selected or created; you can usually select an existing georeference corners.

The optional output error map will obtain the same name as specified for the output Kriging map, followed by the string _Error. The output error map will use the same domain and the same georeference as the output Kriging map with the predictions.

Confidence interval maps:

From the combination of a Kriged output map containing the estimates and its output error map, you can create confidence interval maps by using some MapCalc statements. For more information, see How to calculate confidence interval maps.

Tip 1:

When the output raster map shows undefined pixels, this can be due to several factors:

Tip 2:

The output can also become erratic because:

See also: