cupyx.scipy.special.fdtrc#
- cupyx.scipy.special.fdtrc()#
F survival function.
Returns the complemented F-distribution function (the integral of the density from x to infinity).
- Parameters:
dfn (cupy.ndarray) – First parameter (positive float).
dfd (cupy.ndarray) – Second parameter (positive float).
x (cupy.ndarray) – Argument (nonnegative float).
- Returns:
y (cupy.ndarray) – The complemented F-distribution function with parameters dfn and dfd at x.
See also
scipy.special.fdtrc()