scipy.cluster
scipy.cluster.vq
scipy.cluster.hierarchy
scipy.constants
scipy.fft
scipy.fftpack
scipy.integrate
scipy.interpolate
scipy.io
scipy.linalg
scipy.linalg.blas
scipy.linalg.lapack
scipy.linalg.interpolative
scipy.misc
scipy.ndimage
scipy.odr
scipy.optimize
scipy.signal
scipy.sparse
scipy.sparse.linalg
scipy.sparse.csgraph
scipy.spatial
scipy.spatial.distance
scipy.special
scipy.stats
scipy.stats.mstats
scipy.stats.qmc
Inverse to pdtr vs m
pdtr
Returns the Poisson variable m such that the sum from 0 to k of the Poisson density is equal to the given probability y: calculated by gammaincinv(k+1, y). k must be a nonnegative integer and y between 0 and 1.