SciPy

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

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