BETA.INV is a DAX function that returns the inverse of the beta cumulative probability density function, useful for modeling probable completion times.
Syntax
BETA.INV(
Probability,
Alpha,
Beta,
A,
B
)
| Argument | Properties | Description |
|---|---|---|
| Probability | A probability associated with the beta distribution. | |
| Alpha | A parameter of the distribution. | |
| Beta | A parameter the distribution. | |
| A | Optional | A lower bound to the interval of x. |
| B | Optional | An upper bound to the interval of x. |