contents next up previous
Next: Search Tree Up: Function Object Classes Previous: Cokriging-Based, Gaussian Cdf Estimator

Subsections

Indicator Cdf Estimator

indicator_cdf_estimator<covar_iterator,constraints_iterator,matrix_lib>

Indicator kriging estimates a non-parametric cdf $ \Big($zi, F(zi)$ \Big)$, i = 1,..., n of variable Z by kriging n indicator variables I($ \bf u$, zi):

i($\displaystyle \bf u$, zi) = $\displaystyle \left\{\vphantom{ \begin{array}{ll}
1 & \textrm{if } z(\rm {\bf u}) \le z_i \\
0 & \textrm{otherwise}
\end{array} }\right.$$\displaystyle \begin{array}{ll}
1 & \textrm{if } z(\rm {\bf u}) \le z_i \\
0 & \textrm{otherwise}
\end{array}$

The kriging estimate of I($ \bf u$, zi) is indeed the least-squares estimate of
Prob(Z($ \bf u$)$ \le$zi).

Each indicator variable can be estimated using a different kriging method, e.g. with different kriging constraints. This cdf estimator only allows to change the kriging constraints, and none of the kriging systems can account for multiple variables (no cokriging).


It must be stressed that an Indicator Cdf Estimator expects n indicator variables I($ \bf u$, zi), not the single variable Z($ \bf u$) itself.



Where Defined

In header file <cdf_estimators.h>



Template Parameters

covar_iterator   is a model of Forward Iterator
constraints_iterator   is model of Forward Iterator
matrix_lib   defines the library of linear algebra to be used. The default value is tnt_lib, the TNT library.



Model of

Multiple Variable Cdf Estimator



Type Requirements



Members

The leading indicator_cdf_estimator:: is omitted in the list of member functions.


contents next up previous
Next: Search Tree Up: Function Object Classes Previous: Cokriging-Based, Gaussian Cdf Estimator
nicolas
2002-05-07