BETAINV function

Category: Compatibility
Introduced: Excel 365

Summary

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

Syntax

BETAINV(probability,alpha,beta,[A],[B]) The BETAINV function syntax has the following arguments:
• Probability Required. A probability associated with the beta distribution.
• Alpha Required. A parameter of the distribution.
• Beta Required. A parameter the distribution.
• A Optional. A lower bound to the interval of x.
• B Optional. An upper bound to the interval of x.

Example

=BETAINV(A2,A3,A4,A5,A6)

Microsoft Support Page

https://support.microsoft.com/en-us/office/betainv-function-8b914ade-b902-43c1-ac9c-c05c54f10d6c

Back to Functions