cupyx.scipy.special.chdtrc#

cupyx.scipy.special.chdtrc()#

Chi square survival function.

Returns the complemented chi-squared distribution function (the integral of the density from x to infinity).

Parameters:
Returns:

y – The complemented chi-squared distribution function with parameter df at x.

Return type:

cupy.ndarray

See also

scipy.special.chdtrc()