Fiveable

📊Honors Statistics Unit 13 Review

QR code for Honors Statistics practice questions

13.4 Test of Two Variances

📊Honors Statistics
Unit 13 Review

13.4 Test of Two Variances

Written by the Fiveable Content Team • Last updated September 2025
Written by the Fiveable Content Team • Last updated September 2025
📊Honors Statistics
Unit & Topic Study Guides

Comparing variances is crucial in statistics. The F-ratio helps us determine if two samples have similar spread. This test compares the larger variance to the smaller one, giving us insight into population differences.

Understanding when to use the F-test is key. It works best with independent, normal samples under 30. For larger or non-normal data, other tests might be better. Always check your assumptions before diving in!

Test of Two Variances

F-ratio for variance comparison

  • Compares variances of two independent samples from normally distributed populations
  • F-ratio formula: $F = \frac{s_1^2}{s_2^2}$
    • $s_1^2$ represents sample variance of first sample
    • $s_2^2$ represents sample variance of second sample
  • Place larger sample variance in numerator, smaller in denominator
    • Ensures F-ratio is always greater than or equal to 1
  • Degrees of freedom for F-ratio:
    • Numerator degrees of freedom $(df_1) = n_1 - 1$, $n_1$ is sample size of first sample
    • Denominator degrees of freedom $(df_2) = n_2 - 1$, $n_2$ is sample size of second sample

Interpretation of F-ratio results

  • Null hypothesis $(H_0)$: population variances are equal $\sigma_1^2 = \sigma_2^2$ (homogeneity of variances)
  • Alternative hypothesis $(H_a)$: population variances are not equal $\sigma_1^2 \neq \sigma_2^2$
  • F-ratio close to 1 suggests similar sample variances, supports null hypothesis
  • F-ratio much larger than 1 suggests different sample variances, may reject null hypothesis
  • Compare F-ratio to critical F-value at chosen significance level $(\alpha = 0.05)$ with appropriate degrees of freedom
    1. If calculated F-ratio > critical F-value, reject null hypothesis, conclude population variances are not equal
    2. If calculated F-ratio ≤ critical F-value, fail to reject null hypothesis, insufficient evidence to suggest different population variances
  • The test can be conducted as a two-tailed test or a one-tailed test, depending on the research question

Appropriateness of F test

  • F test for equality of two variances is appropriate when:
    • Samples are independent
    • Populations are normally distributed
    • Sample sizes are relatively small (< 30)
  • F test is sensitive to departures from normality, especially with small sample sizes
    • If populations are not normally distributed, F test may not be reliable
    • Alternative tests (Levene's test, Brown-Forsythe test) may be more appropriate in such cases
  • Central Limit Theorem suggests sampling distribution of variances will be approximately normal for large sample sizes (> 30), making F test more robust to non-normality
  • Assess normality assumption using graphical methods (histograms, Q-Q plots) or statistical tests (Shapiro-Wilk test) before applying F test

Statistical Errors and Power

  • Type I error: Rejecting the null hypothesis when it is actually true
  • Type II error: Failing to reject the null hypothesis when it is actually false
  • Statistical power: The probability of correctly rejecting a false null hypothesis, which is influenced by sample size, effect size, and significance level