14.2 Types of Kriging
For example, Simple Kriging assumes the mean of the random field, μ(s), is known;
- Simple Kriging: Assumes that the mean of the variable is known and constant across the study area.
Formula: Z(s0)=μ+∑ni=1λi(Z(si)−μ)
where μ is the mean, λi are the weights, and Z(si) are the observed values.
Ordinary Kriging assumes a constant unknown mean, μ(s)=μ;
- Ordinary Kriging: Assumes that the mean of the variable is unknown and varies across the study area.
Formula: Z(s0)=∑ni=1λiZ(si)
where λi are the weights and Z(si) are the observed values.
Universal Kriging can be used for data with an unknown non-stationary mean structure.
- Universal Kriging: Assumes that the mean of the variable is unknown and varies across the study area, but can be modeled as a function of covariates.
Formula: Z(s0)=∑ni=1λiZ(si)+βX(s0)
where λi are the weights, Z(si) are the observed values, β is the coefficient for the covariate X(s0), and X(s0) is the value of the covariate at the unobserved location.