Skip to main content

learn.howToCalculate

learn.whatIsHeading

The chi-square (χ²) test compares observed counts to expected counts to determine whether a categorical distribution differs from what is expected. Common uses: genetics ratios, goodness of fit, independence testing.

단계별 가이드

  1. 1χ² = Σ (O − E)² / E
  2. 2O = observed · E = expected
  3. 3df = categories − 1 (goodness of fit)
  4. 4Large χ² → observed differs significantly from expected

풀어진 예시

입력
Observed: 50, 30, 20 · Expected: 40, 35, 25
결과
χ² = 5.05 · df=2 · critical value 5.99 at p<0.05
χ² < critical → fail to reject H₀

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

직접 시도해 보세요 →

설정

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