Skip to Content

GAMMA.INV

Returns the inverse of the gamma cumulative distribution

Syntax

GAMMA.INV(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

=GAMMA.INV(0.068094, 9, 2)
Returns: NumberSince: Excel 2010