SciPy

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

scipy.special.pdtrc

scipy.special.pdtrc(k, m) = <ufunc 'pdtrc'>

Poisson survival function

Returns the sum of the terms from k+1 to infinity of the Poisson distribution: sum(exp(-m) * m**j / j!, j=k+1..inf) = gammainc( k+1, m). Arguments must both be positive and k an integer.

Previous topic

scipy.special.pdtr

Next topic

scipy.special.pdtri