Skip to Content

GAMMAINV

Returns the inverse of the gamma cumulative distribution. Replaced by GAMMA.INV.

Syntax

GAMMAINV(probability, alpha, beta)

Parameters

  • probability: Required. The probability associated with the gamma distribution
  • alpha: Required. A parameter of the distribution
  • beta: Required. A parameter of the distribution

Example

=GAMMAINV(0.068094, 9, 2)
Returns: NumberSince: Excel 2003