Universal Kriging

Functionality

Universal Kriging can be seen as a point interpolation, which requires a point map as input and which returns a raster map with estimations and optionally an error map. Universal Kriging is a variant of the Ordinary Kriging operation: Universal Kriging is Kriging with a local trend. The local trend or drift is a continuous and slowly varying trend surface on top of which the variation to be interpolated is superimposed. The local trend is recomputed for each output pixel and the operation is therefore more similar to the Moving Surface operation than to the Trend Surface operation.

Theory:

Geostatistical methods for interpolation like Universal Kriging start with the recognition that the spatial variation of any continuous attribute is often too irregular to be modelled by a simple, smooth mathematical function. Instead, the variation can be better described by a stochastic surface. The attribute is then known as a regionalized variable (Burrough 1986). The regionalized variable theory assumes second order stationarity in the data. Second order stationarity means that the mean has to exist, is constant and is independent of the location within the region of stationarity. Furthermore, the covariance or variogram has to exist, only depends on the distance between any two values, and does not depend on locations.

Very often, the mean of the regionalized variable is not constant across the entire study area and the variable is said to be nonstationary. A nonstationary regionalized variable can be regarded as having two components (Davis 1973):

Instead of removing the slow variation beforehand by subtracting the local trend or drift from the data, the method of Universal Kriging can be used.

Preparation and input parameters:

Besides an input map, you need to specify the following parameters for Universal Kriging:

Furthermore, you need to specify a limiting distance or search radius, optionally a minimum and maximum number of points within the limiting distance that should be taken into account in the calculation of an output pixel value, and a method to deal with (almost) coinciding points. These options are the same as in Ordinary Kriging.

For more information on preparations and input parameters, see Kriging : functionality, section on preparation, or How to use Kriging.

Input map requirements:

The input point map should be a value map. Furthermore, when a point map uses an ID domain and the map is linked to an attribute table, you can also use such a point map and select a column with a value domain from the map's attribute table. Furthermore, you need to define a complete semi-variogram model and a trend type (for explanations, see above).

When using the dialog box, there is a limitation of a maximum of 100 valid input point values within each limiting distance (search radius). This limitation is not present when using the command line.

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.

Optionally, an output error map can be created which will contain the standard errors of the estimates, i.e. the square root of the error variance. The 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.

See also: