SciPy

scipy.special.btdtri

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

x=btdtri(a,b,p) returns the pth quantile of the beta distribution. It is effectively the inverse of btdtr returning the value of x for which btdtr(a,b,x) = p. SEE ALSO betaincinv

Previous topic

scipy.special.btdtr

Next topic

scipy.special.fdtr