Dew MtxVec NET
CauchyCDF Routines
Summary
Cauchy cumulative distribution function (CDF).

Unit
Probabilities

Declaration
Procedure CauchyCDF(X: TDenseMtxVec; m, b: TSample; Res: TDenseMtxVec);

Description
Calculates the Cauchy CDF for vector X using the parameters b and m. 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 CauchyCDF(x, m, b: TSample): TSample;
Result
the Cauchy cumulative distribution function (CDF) for given parameters b and m. Parameter b must be greater than zero, otherwise the result is NAN. The Cauchy cumulative distribution function is defined by the following equation:

Categories
Continuous probabilities
 See Also 
CauchyPDF 
CauchyCDFInv 

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