SciPy

This is documentation for an old release of SciPy (version 0.16.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.fdtr

scipy.special.fdtr(dfn, dfd, x) = <ufunc 'fdtr'>

F cumulative distribution function

Returns the area from zero to x under the F density function (also known as Snedcor’s density or the variance ratio density). This is the density of X = (unum/dfn)/(uden/dfd), where unum and uden are random variables having Chi square distributions with dfn and dfd degrees of freedom, respectively.

Previous topic

scipy.special.btdtrib

Next topic

scipy.special.fdtrc