Summary
Uniform distribution point percent function (PPF).
Unit
Probabilities
Declaration
Procedure UniformCDFInv(P: TDenseMtxVec; A, B: TSample; Res: TDenseMtxVec);
Description
Calculates the inverse uniform 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 UniformCDFInv(p: TSample; a, b: TSample): TSample;
Result
the Uniform distribution point percent function (PPF) for probability p using the parameters a and b. The parameter a must be smaller than parameter b and p must lie on the interval [0,1], otherwise the result is NAN. The inverse 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| Copyright 2008 Dew Research |
http://www.dewresearch.com