GAMMA.INV function
GAMMA.INV(Probability, Alpha, Beta) GAMMA.INV(Probability; Alpha; Beta)
Probability
Number or { Number }
The probability associated with the distribution.
Alpha
Number or { Number }
A parameter to the distribution.
Beta
Number or { Number }
A parameter to the distribution.
Returns
Number or { Number }
The inverse of the cumulative GAMMA.DIST function.
Returns the inverse of the cumulative GAMMA.DIST function.
Example
GAMMA.INV(0.86, 1,
1)GAMMA.INV(0,86; 1;
1)
Returns roughly 2.0.