contents next up previous
Next: Non-Parametric Cdf Up: Basic concepts Previous: Window Neighborhood

Subsections


Cdf

It is a cumulative distribution function (cdf):

FZ :     z $\displaystyle \longmapsto$ Prob{Z$\displaystyle \le$z}

It can be either defined analytically (e.g. a Gaussian cdf, or an exponential cdf) or by a family of couples $ \Big($zi, FZ(zn)$ \Big)$, i = 1,..., n (non-parametric cdf).



Associated Types



Notations

A   A type that is a model of CDF
a   Object of type X
z   Object of type X::value_type
P   A type that represents a real number (e.g. float, double)
p   an object of type P



Valid Expressions

Definition

A Cdf is valid if

This means for example that order relation problems (resulting from some indicator-based algorithms) must be corrected before the object is actually a valid cdf.



Models


contents next up previous
Next: Non-Parametric Cdf Up: Basic concepts Previous: Window Neighborhood
nicolas
2002-05-07