SciPy

This is documentation for an old release of SciPy (version 0.16.0). Read this page in the documentation of the latest stable release (version 1.15.1).

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

Previous topic

scipy.special.btdtr

Next topic

scipy.special.btdtria