BETA.INV()/BETAINV()

Syntax. BETA.INV(probability,alpha,beta,A,B)

Definition. This function returns the inverse of a beta distribution. If probability = BETADIST(x,...), then BETAINV(probability,...) = x. BETA.INV() is the inverse function of BETA.DIST().

The beta distribution can be used in project planning to model completion times based on the expected completion time and variance. The inverse of the function returns the value x (completion time) for a given probability of the beta cumulative frequency distribution.

Arguments

  • probability (required). A probability associated with the beta distribution

  • alpha (required). A parameter of the distribution (describes the shape)

  • beta (required). A parameter of the distribution (describes the shape)

  • A (optional) ...

Get Microsoft® Excel® 2010 Formulas & Functions Inside Out now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.