cupyx.scipy.special.pdtri#

cupyx.scipy.special.pdtri()#

Inverse function to pdtr with respect to m.

Parameters:
Returns:

m – The Poisson variable m such that the sum from 0 to k of the Poisson density is equal to the given probability y.

Return type:

cupy.ndarray

See also

scipy.special.pdtri()