Summary
Pareto cumulative distribution function (CDF).
Unit
Probabilities
Declaration
Function ParetoCDF(x, a, b: TSample): TSample;
Result
the Pareto cumulative distribution function (CDF) for value x using the parameters a and b. Parameter b must be smaller than value x , otherwise the result is NAN. The Pareto cumulative distribution function is defined by the following equation:
Categories
Continuous probabilities
Declaration
Procedure ParetoCDF(X: TDenseMtxVec; a, b: TSample; Res: TDenseMtxVec);
Description
Calculates the Pareto 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.
| Copyright 2008 Dew Research |
http://www.dewresearch.com