contents next up previous
Next: MM1 Covariance Up: Function Object Classes Previous: Kriging with Trend Constraints

Subsections

LMC Covariance

LMC_covariance<covariance_matrix>

Cokriging of variable Z1, accounting for secondary variables Z2,..., ZNv, requires the covariances ($ \bf u_{1}^{}$,$ \bf u_{2}^{}$) $ \longmapsto$ Ci, j($ \bf u_{1}^{}$,$ \bf u_{2}^{}$).

LMC cokriging requires the knowledge of the covariances between any two locations $ \bf u_{1}^{}$, $ \bf u_{2}^{}$.



Where Defined

In header file <kriging.h>



Template Parameters

covariance_matrix   is an object that represents a matrix. Expression mat(i,j) must be valid and return element (i,j) of the matrix (i and j are greater than or equal to 1), and the matrix must have a copy constructor. The elements of the covariance matrix must be models of Covariance



Model of

Covariance Set



Type Requirements

The elements of the matrix must be models of Covariance



Members


contents next up previous
Next: MM1 Covariance Up: Function Object Classes Previous: Kriging with Trend Constraints
nicolas
2002-05-07