TRUECALC
Functions

GAMMA.INV

Gamma inverse CDF

Try it

When to use it

When should I use GAMMA.INV?

Use GAMMA.INV to find the gamma distribution quantile for a given probability, useful for determining threshold values in reliability or queuing models.

Used in

science

Syntax

GAMMA.INV(p,alpha,beta)

Examples

=GAMMA.INV(0.3,5,1) // => 3.6336090829638037
=GAMMA.INV(0.65,4,2) // => 8.909358869077838

On this page