Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the GAMMA.INV function. |
| alpha | Parameter of the GAMMA.INV function. |
| beta | Parameter of the GAMMA.INV function. |
Examples
90th percentile wait time
=GAMMA.INV(0.9, 3, 2)
Insurance claim threshold
=GAMMA.INV(0.95, 2, 5000)
Median of gamma distribution
=GAMMA.INV(0.5, 4, 1)
Common Errors
Probability must be between 0 and 1 (inclusive). Alpha and beta must be positive.
Occurs when arguments are non-numeric.
Tips
GAMMA.INV is the inverse of GAMMA.DIST with cumulative=TRUE. That is, GAMMA.INV(GAMMA.DIST(x, a, b, TRUE), a, b) = x.
Generate gamma-distributed random values with =GAMMA.INV(RAND(), alpha, beta). Useful for Monte Carlo simulations of processes with gamma-distributed durations.
Use GAMMA.INV to set capacity or reserves. For example, GAMMA.INV(0.99, alpha, beta) gives a level that covers 99% of cases.
Try GAMMA.INV in Viztab
Import your data and use GAMMA.INV with 370+ other formulas. No signup required.
Open Viztab