The F Distribution
Statistics • Analysis of Variance
Frequently Asked Questions
What is the F distribution used for?
The F distribution is a continuous distribution defined for F > 0 with two degrees of freedom (df1, df2). It is commonly used in ANOVA and other variance ratio tests where test statistics follow an F model.
What is the difference between P(F >= x) and P(F <= x)?
P(F <= x) is the cumulative (left-tail) probability up to x, while P(F >= x) is the right-tail probability beyond x. For the same df1 and df2, the right-tail area equals 1 minus the cumulative area.
How do I find an F critical value for a right-tail test?
Choose the critical value task, enter df1 and df2, and enter alpha as the right-tail area. The calculator returns x such that P(F >= x) = alpha.
What do df1 and df2 mean in the F distribution?
df1 is the numerator degrees of freedom and df2 is the denominator degrees of freedom. Together they control the shape of the F curve and the location of critical values and tail areas.
How can I get a left-tail critical value for the F distribution?
Use the left critical value task and enter alpha as the left-tail area P(F <= x) = alpha. A useful identity is that if F ~ F(df1, df2), then 1/F ~ F(df2, df1), which connects left and right tails.