Dew MtxVec NET
LaplaceCDFInv Routines
Summary
Laplace distribution point percent function (PPF).

Unit
Probabilities

Declaration
Function LaplaceCDFInv(p: TSample; m, b: TSample): TSample;
Result
the Laplace distribution point percent function (PPF) for probability p using the parameters m, and b. Probability p must lie on the interval [0,1] otherwise the result is NAN. Inverse CDF is defined by the following equation:


Categories
Continuous probabilities
 See Also 
LaplacePDF 
LaplaceCDF 

Declaration
Procedure LaplaceCDFInv(P: TDenseMtxVec; m, b: TSample; Res: TDenseMtxVec);

Description
Calculates the inverse Laplace CDF for all P elements using the parameters m and b. The results are stored in Res. It's size and Complex properties are adjusted automatically. If P is complex, an exception is raised.

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