BETA.INV(probability, alpha, beta, [A], [B])
=BETA.INV(0.8, 2, 3, 4, 5)
The BETA.INV function can be used to calculate the inverse cumulative beta probability density function. This is useful for determining the probability that a random variable will be less than or equal to a given value. For example, this formula will calculate the probability that a random variable is less than or equal to 0.8 given that it has a beta distribution with parameters 2, 3, 4, and 5.
=BETA.INV(0.5, 1, 2, 3, 4)
The BETA.INV function can also be used to calculate the value of a random variable given its beta distribution parameters and the probability that it is less than or equal to that value. For example, this formula will calculate the value of a random variable given that it has a beta distribution with parameters 1, 2, 3, and 4 and that the probability that it is less than or equal to that value is 0.5.
=BETA.INV(1-0.7, 10, 20, 30, 40)
The BETA.INV function can also be used to calculate the value of a random variable given its beta distribution parameters and the probability that it is greater than or equal to that value. For example, the above formula will calculate the value of a random variable given that it has a beta distribution with parameters 10, 20, 30, and 40 and that the probability that it is greater than or equal to that value is 0.7 .
The BETA.INV function computes the inverse of the beta cumulative probability density function, which is used in project planning to model probable completion times.