Calculates the inverse of cumulative Gamma distribution function.
Syntax
p: The probability associated with Gamma distribution. Eg., 0.04561309581867
α: A parameter to the distribution (shape). Eg., 5
Examples
|
Formula |
Result |
|
=GAMMAINV(A2;B2;C2) |
3.837333448 |
|
=GAMMAINV(A3;B3;C3) |
9 |
|
=GAMMAINV(A4;B4;C4) |
2.07154969 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions