contents next up previous
Next: LMC Covariance Up: Function Object Classes Previous: Ordinary Kriging Constraints

Subsections

Kriging with Trend Constraints

KT_constraints<forward_iterator>

KT_constraints adds constraints to account for the variations of the mean of the krigged variable Z. The mean is assumed to be of the form:

m($\displaystyle \bf u$) = $\displaystyle \sum_{k=0}^{K}$ak($\displaystyle \bf u$)fk($\displaystyle \bf u$)

where ak are unknown but locally constant and fk are known functions of u.

The kriging system at location u is then given by:

$\displaystyle \left\{\vphantom{ \begin{array}{l}
Var \Big( \sum_{\alpha=1}^{n}...
...alpha}) = f_k(\rm {\bf u}) \quad \forall k \in [1,K] \\
\end{array} }\right.$$\displaystyle \begin{array}{l}
Var \Big( \sum_{\alpha=1}^{n} \lambda_{\alpha} ...
...\bf u}_{\alpha}) = f_k(\rm {\bf u}) \quad \forall k \in [1,K] \\
\end{array}$

Kriging with trend is rarely used with secondary variables. Hence KT_constraints assumes no secondary variable is to be accounted for. KT_constraints computes the kriging system size, resizes the kriging matrix and the second member, computes the terms of the system that are associated with the constraints on the kriging weights and finally returns the system size.



Where Defined

In header file <kriging.h>



Template Parameters

forward_iterator   is a model of Forward Iterator.



Model of

Kriging Constraint



Type Requirements

See 2.4 for a thorough description of the requirements on the matrix library.



Members


contents next up previous
Next: LMC Covariance Up: Function Object Classes Previous: Ordinary Kriging Constraints
nicolas
2002-05-07