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

Gamma distribution point percent function (PPF).

Pascal
function GammaCDFInv(p: double; a: double; b: double): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Defines distribution scale parameter. a must be a positive scalar. 
Defines distribution shape parameter. b must be a positive scalar. 

the Gamma distribution point percent function (PPF) for probability y using the parameters a and b. Both parameters a and b must be positive, otherwise the result is NAN.

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

 

where Gamma denotes the Math387.Gamma function.

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