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:
Returns:

  • y (cupy.ndarray) – The complemented F-distribution function with parameters dfn and dfd at x.

  • See also

    scipy.special.fdtrc()