Evaluates the inverse of the gamma cumulative probability distribution function.
double specifying the probability at which the function is to be evaluated. double specifying the shape parameter, a. This must be positive. A double specifying the probability that a gamma random variable takes a value less than or equal to this value is p.
Method InverseGamma evaluates the inverse distribution function of a gamma random variable with shape parameter a, that is, it determines
, such that
where
is the gamma function. The probability that the random variable takes a value less than or equal to x is P. See the documentation for routine Gamma for further discussion of the gamma distribution.
InverseGamma uses bisection and modified regula falsi to invert the distribution function, which is evaluated using method Gamma.
Cdf Class | Imsl.Stat Namespace | Example