InverseBeta Command

InverseBeta( <Number α>, <Number β>, <Probability> )

Computes the inverse of the Beta cumulative distribution with parameters α and β for a given probability p. In other words, the command finds t such that P(X ≤ t) = p, where X is a random variable with a Beta distribution. Probability p is any value in the interval [0,1].

See also BetaDist command.