cupyx.scipy.special.fdtr#
- cupyx.scipy.special.fdtr()#
F cumulative distribution function.
- 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 CDF of the F-distribution with parameters dfn and dfd at x.
See also
scipy.special.fdtr()