Ad Space — Top Banner

F-Distribution Formula

The F-distribution is the ratio of two chi-squared distributions.
Used in ANOVA, comparing variances, and testing overall regression model significance.

Need to calculate, not just reference? Use the interactive version. Open F Distribution Calculator →

The Formula

F = (s₁² / σ₁²) / (s₂² / σ₂²) ~ F(d₁, d₂)

Under H₀ (equal population variances): F = s₁² / s₂²

The F-distribution arises whenever you compare two variances or test whether multiple group means differ simultaneously. It is named after Ronald Fisher, who introduced it in 1924. The distribution is parameterized by two degrees of freedom: d₁ (numerator) and d₂ (denominator). It is always right-skewed and takes only positive values.

Variables

SymbolMeaning
FF-statistic (ratio of two variances)
s₁², s₂²Sample variances from groups 1 and 2
σ₁², σ₂²Population variances (assumed equal under H₀)
d₁Numerator degrees of freedom = n₁ − 1
d₂Denominator degrees of freedom = n₂ − 1

Critical F values (approximate, α = 0.05):

  • F(1, 10): 4.96 — F(5, 10): 3.33 — F(10, 10): 2.98
  • F(1, 30): 4.17 — F(5, 30): 2.53 — F(10, 30): 2.16
  • Larger F means stronger evidence against equal variances (or equal means in ANOVA)

Example 1 — Comparing Two Variances

Two manufacturing lines produce bolts. Line 1 (n=21): s₁² = 0.48 mm². Line 2 (n=16): s₂² = 0.24 mm². Are the variances significantly different? (α = 0.05)

F = s₁² / s₂² = 0.48 / 0.24 = 2.0

d₁ = 20, d₂ = 15

Critical value F(20, 15) at α/2 = 0.025 ≈ 2.86

F = 2.0 < 2.86 critical value → fail to reject H₀. Insufficient evidence that the variances differ.

Example 2 — ANOVA F-Test

ANOVA with 3 groups (k = 3) and 30 total observations. Mean square between groups MSB = 120, mean square within groups MSW = 40.

F = MSB / MSW = 120 / 40 = 3.0

d₁ = k − 1 = 2, d₂ = N − k = 27

Critical F(2, 27) at α = 0.05 ≈ 3.35

F = 3.0 < 3.35 → fail to reject H₀ at 5% level. The group means are not significantly different. (P-value ≈ 0.067)

When to Use It

Use the F-distribution when:

  • Testing equality of two population variances (two-sample F-test)
  • One-way or multi-way ANOVA — testing if group means differ significantly
  • Multiple linear regression — testing whether the overall model is significant
  • Comparing fit of two nested regression models (likelihood ratio test)
  • Quality control — testing whether production line variability has changed

Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.