Skip to Content

BETAINV

Returns the inverse of the cumulative distribution function for a specified beta distribution. Replaced by BETA.INV.

Syntax

BETAINV(probability, alpha, beta, [A], [B])

Parameters

  • probability: Required. A probability associated with the beta distribution
  • alpha: Required. A parameter of the distribution
  • beta: Required. A parameter of the distribution
  • A: Optional. A lower bound (default 0)
  • B: Optional. An upper bound (default 1)

Example

=BETAINV(0.5, 4, 5)
Returns: NumberSince: Excel 2003