cupyx.scipy.special.pdtr#
- cupyx.scipy.special.pdtr()#
Poisson cumulative distribution function.
- Parameters:
k (cupy.ndarray) – Nonnegative real argument.
m (cupy.ndarray) – Nonnegative real shape parameter.
- Returns:
y – Values of the Poisson cumulative distribution function.
- Return type:
See also
scipy.special.pdtr()