This is documentation for an old release of SciPy (version 0.9.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.gammaincc
-
scipy.special.gammaincc(x1, x2[, out])
y=gammaincc(a,x) returns the complemented incomplete gamma integral
defined as 1 / gamma(a) * integral(exp(-t) * t**(a-1), t=x..inf) = 1 -
gammainc(a,x). Both arguments must be positive.