This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.pdtr
-
scipy.special.pdtr(x1, x2[, out]) = <ufunc 'pdtr'>
y=pdtr(k,m) returns the sum of the first k terms of the Poisson
distribution: sum(exp(-m) * m**j / j!, j=0..k) = gammaincc( k+1, m).
Arguments must both be positive and k an integer.