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:
v (cupy.ndarray) – Degrees of freedom.
x (cupy.ndarray) – Upper bound of the integral (nonnegative float).
- Returns:
y – The complemented chi-squared distribution function with parameter df at x.
- Return type:
See also
scipy.special.chdtrc()