GAMMAINV

GAMMAINV inverse of the cumulative gamma distribution

Synopsis

GAMMAINV(p,alpha,beta)

Arguments

p: probability

alpha: scale parameter

beta: scale parameter

Note

If p < 0 or p > 1 this function returns a #NUM! error. If alpha <= 0 or beta <= 0 this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

GAMMADIST.