Previous topic

scipy.special.btdtr

Next topic

scipy.special.btdtria

scipy.special.btdtri

scipy.special.btdtri(a, b, p) = <ufunc 'btdtri'>

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