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.