InverseGamma Command
- InverseGamma( <Alpha>, <Beta>, <Probability> )
-
Computes the inverse of the Gamma cumulative distribution with parameters α and β for a given probability p. In other words, the command finds t such that P(X ≤ t) = p, where X is a random variable with a Gamma distribution. Probability p is any value in the interval [0,1].