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

scipy.special.betaincinv

scipy.special.betaincinv(x1, x2, x3[, out]) = <ufunc 'betaincinv'>

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

Previous topic

scipy.special.betainc

Next topic

scipy.special.psi

This Page