Universal Kriging

Algorithm

The regionalized variable theory assumes that the spatial variation of any variable Z can be expressed as the sum of two major components. These components are:

  1. a structural component, associated with a constant mean value or a constant trend [m(x)]
  2. a stochastic, spatially correlated component, known as the variation of the regionalized variable [e'(x)].

If x is a position in 2 dimensions in space, then the value of variable Z at x is given by:

  

Z(x) = m(x) + e'(x)

(1)

While in Ordinary Kriging it is assumed that the mean is constant across the entire region of study (second order stationarity), in Universal Kriging the mean is a function of the site coordinates. Then, m(x) in equation (1) reads:

  

(2)

where:

ak

are the local trend or drift coefficients

pk(x)

are functions of the site coordinates (trend equations)

x

is a two dimensional vector

In ILWIS, the local trend or drift is either represented by a linear expression or by a quadratic expression, so the general equation (2) can be rewritten as:

  

m(x) = a0 + a1 xi + a2 yi + a3 xi2 + a4 xi yi + a5 yi2

(3)

where:

xi, yi

are the XY-coordinates of the i th control point

a1...a5

are the unknown trend or drift coefficients.

If the degree = 1, then the local trend is linear and a3 =a4 = a5 = 0.
Equation (3) will then read:

  

m(x) = a0 + a1 xi + a2 yi

(3a)

If the degree = 2, then the local trend is quadratic.

Remark that the parameters of equation (3) are recomputed for each output pixel.

The expressions for the local trend can be incorporated into the system of simultaneous equations used to find the Kriging weights. For a system of 5 input points and a local linear trend, the set of equations read (in matrix form):

  

where:

hik

is the distance between input point i and input point k

hpi

is the distance between output pixel p and input point i

g(hik)

is the value of the semi-variogram model for distance hik, i.e. the semi-variogram value for the distance between input point i and input point k

g(hpi)

is the value of the semi-variogram model for the distance hpi , i.e. the semi-variogram value for the distance between output pixel p and input point i

xi, yi

are the XY-coordinates of input point i

wi

is a weight factor for input point i

l

is a Lagrange multiplier, used to minimize possible estimation error

a1, a2

are the local trend coefficients of the first order trend

xp, yp

are the XY-coordinates of output pixel p

This matrix form has to be solved for each output pixel in the same way as described in Kriging : algorithm, section on Ordinary Kriging. Once the weights of the input point values are known it is possible to calculate an estimate or predicted value for the output map and to calculate the error variance and the standard error.

References:

See also: