cupyx.scipy.special.fdtr#

cupyx.scipy.special.fdtr()#

F cumulative distribution function.

Parameters:
Returns:

  • y (cupy.ndarray) – The CDF of the F-distribution with parameters dfn and dfd at x.

  • See also

    scipy.special.fdtr()