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.pdtri

scipy.special.pdtri(k, y) = <ufunc 'pdtri'>

Inverse to pdtr vs m

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.

Previous topic

scipy.special.pdtrc

Next topic

scipy.special.pdtrik