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.betaincinv

scipy.special.betaincinv(a, b, y) = <ufunc 'betaincinv'>

Inverse function to beta integral.

Compute x such that betainc(a,b,x) = y.

Previous topic

scipy.special.betainc

Next topic

scipy.special.psi