scipy.special.fdtr

scipy.special.fdtr(x1, x2, x3[, out])

y=fdtr(dfn,dfd,x) 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.btdtri

Next topic

scipy.special.fdtrc

This Page