Summary
Triangular distribution point percent function (PPF).
Unit
Probabilities
Declaration
Procedure TriangularCDFInv(P: TDenseMtxVec; a, b, c: TSample; Res: TDenseMtxVec);
Description
Calculates the inverse triangular CDF for probability vector P using the parameters a,b,c. 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 TriangularCDFInv(p: TSample; a, b, c: TSample): TSample;
Result
the Triangular distribution point percent function (PPF) for probability y using distribution parameters a,b,c. The following unequalities must be true, otherwise the result is NAN: a is less than b, a<=c<=b, 0<=p<=1. The inverse triangular cumulative distribution function is defined by the following equation:

The result of TriangularCDFInv is the solution of the integral equation of the TriangularCDF with parameters a,b,c where you must specify the probability p.
Categories
Continuous probabilities| Copyright 2008 Dew Research |
http://www.dewresearch.com