Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the GAMMAINV function. |
| alpha | Parameter of the GAMMAINV function. |
| beta | Parameter of the GAMMAINV function. |
Examples
95th percentile server response time
=GAMMAINV(0.95, 2, 0.5)
Median claim size
=GAMMAINV(0.5, 3, 1000)
First quartile
=GAMMAINV(0.25, 5, 2)
Common Errors
Probability must be between 0 and 1 (inclusive). Alpha and beta must be positive.
Occurs when arguments are non-numeric.
Tips
GAMMAINV is the compatibility version. GAMMA.INV is the modern replacement with identical functionality.
Some references use rate (1/scale) instead of scale. Make sure your beta parameter is the scale (mean = alpha * beta), not the rate.
Verify your result: GAMMADIST(GAMMAINV(p, a, b), a, b, TRUE) should return p. This is a useful sanity check.
Try GAMMAINV in Viztab
Import your data and use GAMMAINV with 370+ other formulas. No signup required.
Open Viztab