scipy.special
scipy.special.
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 non-negative doubles.
scipy.special.pdtr
scipy.special.pdtri