scipy.special.btdtri

scipy.special.btdtri(x1, x2, x3[, out]) = <ufunc 'btdtri'>

btdtri(a,b,p)

p-th quantile of the beta distribution.

This is effectively the inverse of btdtr returning the value of x for which btdtr(a,b,x) = p

See also

betaincinv