cupyx.scipy.special.pdtrc#

cupyx.scipy.special.pdtrc = <ufunc 'cupyx_scipy_pdtrc'>#

Binomial distribution survival function.

Returns the complemented binomial distribution function (the integral of the density from x to infinity).

Parameters
Returns

y – The sum of the terms from k+1 to infinity of the Poisson distribution.

Return type

cupy.ndarray

See also

scipy.special.pdtrc()