Skip to main content

learn.howToCalculate

learn.whatIsHeading

The F-distribution arises in statistical tests that compare variances or mean squares, such as ANOVA and regression analysis. The F-statistic is the ratio of two chi-squared distributions divided by their degrees of freedom.

공식

F = s₁²/s₂² where s₁² and s₂² are sample variances from two populations
s₁²
variance of first sample
s₂²
variance of second sample
F
F-statistic — ratio of variances
df₁, df₂
degrees of freedom — for numerator and denominator

단계별 가이드

  1. 1F = (s₁²/σ₁²) / (s₂²/σ₂²)
  2. 2Degrees of freedom: df₁ (numerator) and df₂ (denominator)
  3. 3If F > critical value: reject H₀ at chosen α
  4. 4F-test used in ANOVA, regression significance

풀어진 예시

입력
F=3.5, df₁=3, df₂=20, α=0.05
결과
Critical value ≈ 3.10; F > critical, reject H₀
입력
F=1.2, df₁=5, df₂=10
결과
Fail to reject H₀ — not significant

자주 묻는 질문

When is the F-distribution used?

F-tests compare variances of two populations, and in ANOVA to test if multiple group means are equal.

Is the F-distribution symmetric?

No, it's right-skewed. F-values are always positive (ratios of squared quantities).

What does an F-value of 1 mean?

F=1 suggests equal variances in both samples. F>1 indicates first sample has larger variance.

계산할 준비가 되셨나요? 무료 F-Distribution 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro