CoKriging

Functionality

CoKriging 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. CoKriging is a multivariate variant of the Ordinary Kriging operation: CoKriging calculates estimates or predictions for a poorly sampled variable (the predictand) with help of a well-sampled variable (the covariable). The variables should be highly correlated (positive or negative).

Situations where CoKriging might be considered are (Van der Meer 1993):

Preparation and input parameters:

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

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 Cross Variogram : functionality or How to use Kriging.

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 Cross Variogram operation, it is advised to also use the spherical distance option in the CoKriging operation.

Input map requirements:

You can generally select the point map (ID domain) which you used in Cross Variogram. The point map has a linked attribute table which contains at least two value columns. You can also use two separate input point maps with a value domain, or attribute columns from separate tables, etc.

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 columns. 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: