F-Distribution Calculator

Reviewed by CalcMulti Editorial Team·Last updated: ·Statistics Hub

The F-distribution arises as the ratio of two chi-square distributions divided by their degrees of freedom. It is used in ANOVA (testing equality of means), Levene's test (equality of variances), and regression analysis (overall model significance).

Enter the numerator degrees of freedom (d1), denominator degrees of freedom (d2), and F-statistic to get the upper-tail p-value P(F > x). The calculator also shows critical values for common significance levels.

Formula

F = (χ₁²/d1) / (χ₂²/d2) where χ₁², χ₂² are independent chi-square variables

d1
numerator degrees of freedom (e.g., k−1 in one-way ANOVA)
d2
denominator degrees of freedom (e.g., N−k in one-way ANOVA)
F
observed F-statistic = (between-group variance) / (within-group variance)
p-value
P(F(d1,d2) > observed F) — upper tail probability

Parameters

e.g. k−1 in ANOVA

e.g. N−k in ANOVA

Compute p-value P(F > x)

ANOVA F-Test Degrees of Freedom Reference

Testd1 (numerator)d2 (denominator)Formula
One-way ANOVAk − 1N − kk = groups, N = total obs
Two-way ANOVA (factor A)a − 1N − aba = levels of A
Regression (overall)pN − p − 1p = predictors
Equality of 2 variancesn₁ − 1n₂ − 1Test: F = s₁²/s₂²
Levene's testk − 1N − kSame as ANOVA

Disclaimer

For educational and exploratory use only. The F-distribution assumes normally distributed populations with equal variances.

Frequently Asked Questions