logo
excelfunctions.org
bookmarks

BETA.INVn

Returns the inverse of the cumulative distribution function for a specified beta distribution.

StatisticalStatistics & Analysis

What it does

Returns the inverse of the cumulative beta probability density function.

Syntax

BETA.INV(probability, alpha, beta, [A], [B])

Arguments

  • probability(number) β€” A probability between 0 and 1.
  • alpha(number) β€” Parameter of the distribution.
  • beta(number) β€” Parameter of the distribution.

Examples

Inverse Beta

Calculate inverse beta for 68.5% probability.

FORMULA
=BETA.INV(0.6855, 8, 10)
RESULT
0.5
SAMPLE DATA
ABC
1ProbAlphaBeta
20.6855810