• Home
  • BETA.INV Function

BETA.INV Function

The BETA.INV function is one of the statistical functions. It is used to return the inverse of the beta cumulative probability density function (BETA.DIST).

Syntax

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

The BETA.INV function has the following arguments:

ArgumentDescription
probabilityA probability associated with the beta distribution. A numeric value greater than 0 and less than or equal to 1.
alphaThe first parameter of the distribution, a numeric value greater than 0.
betaThe second parameter of the distribution, a numeric value greater than 0.
AThe lower bound to the interval of probability. It is an optional parameter. If it is omitted, the default value of 0 is used.
BThe upper bound to the interval of probability. It is an optional parameter. If it is omitted, the default value of 1 is used.
Notes

How to apply the BETA.INV function.

Examples

The figure below displays the result returned by the BETA.INV function.

BETA.INV Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags