Summary
Pareto probability density function (PDF).
Unit
Probabilities
Declaration
Function ParetoPDF(x, a, b: TSample): TSample;
Result
the Pareto probability density function (PDF) for value x using the parameters a and b. Parameter b must be smaller than value x , otherwise the result is NAN. The Pareto probability density function is defined by the following equation:
Categories
Continuous probabilities
Declaration
Procedure ParetoPDF(X: TDenseMtxVec; a, b: TSample; Res: TDenseMtxVec);
Description
Calculates the Pareto PDF 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