Nonlinear Spatial Kriging Predictions under Change of Support
Description
The package constrainedKriging provides functions for
spatial interpolation by constrained, covariance-matching constrained and universal
(external drift) Kriging for points or blocks of any shape in
a two-dimensional domain from data with a non-stationary mean function and
an isotropic weakly stationary variogram. The linear spatial interpolation
methods constrained and covariance-matching constrained Kriging provide
approximately unbiased predictions for non-linearly transformed target
values under change of support.
The package provides two main user functions, preCKrige and
CKrige, to calculate spatial predictions in two steps:
preCKrige computes the
variance-covariance matrices for sets of prediction points or
prediction blocks (polygons).
CKrige computes from the output of
preCKrige spatial predictions by one of three Kriging
methods mentioned above.
Details
The constrained Kriging predictor introduced by
Cressie (1993) and the covariance-matching constrained Kriging
predictor proposed by Aldworth and Cressie (2003) are linear in the
data like the universal Kriging predictor. However, the constrained
Kriging predictor satisfies in addition to the unbiasedness constraint of
universal Kriging a second constraint that matches the variances of the
predictions to the variances of the prediction targets (either point values
or block means). The covariance-matching constrained Kriging predictor
matches for a set of points or blocks both the variances and covariances of
predictions and prediction targets and is the extended version of the
constrained Kriging predictor. Like constrained Kriging,
covariance-matching constrained Kriging is less biased than universal
Kriging for predictions of non-linearly transformed functionals of a spatial
variable and exactly unbiased if the variable is Gaussian. We summarize
the formulae of the three Kriging methods below for predicting block means
from point observations, but analogous equations could be given for
problems that do not involve change of support.
For a set of m blocks, B1,…,Bm, the covariance-matching
constrained Kriging predictor is given by
YCMCK=XmβGLS+K′C′Σ−1(Z−XβGLS),
where
Y=(Y(B1),…,Y(Bm))′ is the set of block means to be predicted,
with Y(Bi) the mean value of
Y averaged over the block Bi;
Z=(Z(s1),…,Z(sn))′ is the vector with data
Z(si)=Y(si)+ϵi where the response
Y(si) is possibly contaminated by measurement error
ϵi;
s=(x,y)′ indicates a location in
the survey domain;
X=(x(s1),…,x(sn))′
is the design matrix of the data and
Xm=(x(B1),…,x(Bm))′ the design matrix of the target blocks;
βGLS
is the vector with the generalised least square estimate of the
linear regression coefficients;
C=(c1,…,cm) is a (n×m)-matrix that
contains the covariances between the n data points and the m
prediction targets;
Σ is the (n×n)-covariance
matrix of the data;
and K is the (m×m)-matrix
Aldworth, J. and Cressie, N. (2003). Prediction of non-linear spatial
functionals. Journal of Statistical Planning and Inference,
112, 3–41, doi:10.1016/S0378-3758(02)00321-X.
Cressie, N. (1993). Aggregation in geostatistical problems. In
A. Soares, editor, Geostatistics Troia 92, 1, pages 25–36,
Dordrecht. Kluwer Academic Publishers, doi:10.1007/978-94-011-1739-5_3.
Hofer, C. and Papritz, A. (2010). Predicting threshold exceedance by
local block means in soil pollution surveys. Mathematical
Geosciences. 42, 631–656, doi:10.1007/s11004-010-9287-4
Hofer, C. and Papritz, A. (2011). constrainedKriging: an R-package
for customary, constrained and covariance-matching constrained point
or block Kriging. Computers & Geosciences. 37, 1562–1569,
doi:10.1016/j.cageo.2011.02.009