Dew MtxVec NET
ParetoCDFInv Routines
Summary
Pareto distribution point percent function (PPF).

Unit
Probabilities

Declaration
Procedure ParetoCDFInv(P: TDenseMtxVec; a, b: TSample; Res: TDenseMtxVec);

Description
Calculates the inverse Pareto CDF for probability vector P 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 ParetoCDFInv(p, a, b: TSample): TSample;
Result
the Pareto distribution point percent function (PPF) for probability p using the parameters a and b. Probability p must lie on the interval [0,1], otherwise the result is NAN. The inverse Pareto cumulative distribution function is defined by the following equation:


Categories
Continuous probabilities
 See Also 
ParetoPDF 
ParetoCDF 

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