cupyx.scipy.special.pdtrc#
- cupyx.scipy.special.pdtrc()#
Binomial distribution survival function.
Returns the complemented binomial distribution function (the integral of the density from x to infinity).
- Parameters:
k (cupy.ndarray) – Nonnegative real argument.
m (cupy.ndarray) – Nonnegative real shape parameter.
- Returns:
y – The sum of the terms from k+1 to infinity of the Poisson distribution.
- Return type:
See also
scipy.special.pdtrc()