F.DIST.RT (F distribution)

<< Click to Display Table of Contents >>

F.DIST.RT (F distribution)

Syntax:

F.DIST.RT(X, DegreesFreedom1, DegreesFreedom2)

Description:

This returns the right-tailed F probability distribution function.

X is the value whose probability is to be calculated. X must be ≥ 0.

DegreesFreedom1 is the numerator degrees of freedom.

DegreesFreedom2 is the denominator degrees of freedom.

Both degrees of freedom must be ≥ 1 and < 10^10. Integers are expected; if this is not the case, PlanMaker automatically truncates the decimal places.

Compatibility notes:

Microsoft Excel supports this function only in version 2010 or later. The function is unknown in older versions.

See also:

FDIST, F.INV.RT/FINV, F.TEST/FTEST