scipy.special.
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
btdtr(a,b,x) = p
See also
betaincinv
scipy.special
Enter search terms or a module, class or function name.