You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.TriangularCDFInv Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.TriangularCDFInv Function

Triangular distribution point percent function (PPF).

Pascal
function TriangularCDFInv(p: double; a: double; b: double; c: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Distribution locagtion parameter, real value, smaller than parameter b. 
Distribution scale parameter, real value, greater than parameter a. 
Distribution shape parameter, real value on closed interval [a,b]. 

the Triangular distribution point percent function (PPF) for probability y using distribution parameters a,b,c.

function TriangularCDF(x: single; a,b,c: single): single; overload;  

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!