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

Erlang distribution point percent function (PPF).

Pascal
function ErlangCDFInv(p: double; k: Integer; Lambda: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Defines distribution shape parameter. k must be a positive integer. 
Lambda 
Defines distribution rate parameter. Lambda must be a positive value. 

the Erlang distribution point percent function (PPF). Both parameters k and Lambda must be positive, otherwise the result is NAN.

The inverse of the Erlang cumulative distribution function is defined by the following equation: 

 

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