Dew MtxVec NET
UniformCDF Routines
Summary
Uniform cumulative distribution function (CDF).

Unit
Probabilities

Declaration
Procedure UniformCDF(X: TDenseMtxVec; A, B: TSample; Res: TDenseMtxVec);

Description
Calculates the uniform CDF for vector X using the parameters A and B. The results are stored in vector Res. The Res Length and Complex properties are adjusted automatically. If vector X is complex, an exception is raised.
Declaration
Function UniformCDF(x: TSample; a, b: TSample): TSample;
Result
the uniform cumulative distribution function (CDF) for value x using the parameters a and b. The parameter a must be smaller than parameter b, otherwise the result is NAN. The uniform cumulative distribution function is defined by the following equation:

where a and b define the interval on which uniform CDF is defined.
Categories
Continuous probabilities
 See Also 
UniformPDF 
UniformCDFInv 

Copyright 2008 Dew Research
http://www.dewresearch.com