F.INV()

SyntaxF.INV(probability,degrees_freedom1,degrees_freedom2)

Definition. This function returns the quantile of the left F-distribution.

Arguments

Note

If one of the arguments isn’t a numeric expression, the F.INV() function returns the #VALUE! error.

If probability is less than 0 or greater than 1, the F.INV() function returns the #NUM! error.

If degrees_freedom1 or degrees_freedom2 isn’t an integer, the decimal places are truncated. If degrees_freedom1 is less than 1 or degrees_freedom2 is less than 1, the F.INV() function returns the #NUM! error.

Background. The F.INV.RT() function describes the quantile of the right F-distribution, and the F.INV() function describes the left quantile.

See Also

You will find more information about ANOVA analyses and F-distributions in the description of F.INV.RT()/FINV().

Example. Compare the example for the F.INV.RT() function.

See Also

F.INV.RT(), F.TEST()