Loading [MathJax]/jax/output/HTML-CSS/jax.js
SciPy

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

scipy.special.gammaincc

scipy.special.gammaincc(a, x) = <ufunc 'gammaincc'>

Regularized upper incomplete gamma function.

Defined as

1Γ(a)xta1etdt

for a>0 and x0. The function satisfies the relation gammainc(a, x) + gammaincc(a, x) = 1 where gammainc is the regularized lower incomplete gamma function.

See also

gammainc
regularized lower incomplete gamma function
gammaincinv
inverse to gammainc versus x
gammainccinv
inverse to gammaincc versus x

Notes

The implementation largely follows that of [R422].

References

[R422](1, 2) Maddock et. al., “Incomplete Gamma Functions”, http://www.boost.org/doc/libs/1_61_0/libs/math/doc/html/math_toolkit/sf_gamma/igamma.html