cupyx.scipy.special.chdtr#
- cupyx.scipy.special.chdtr()#
Chi-square cumulative distribution function.
- Parameters:
v (cupy.ndarray) – Degrees of freedom.
x (cupy.ndarray) – Upper bound of the integral (nonnegative float).
- Returns:
y – The CDF of the chi-squared distribution with parameter df at x.
- Return type:
See also
scipy.special.chdtr()