Skip to main content

learn.howToCalculate

learn.whatIsHeading

The t-test determines whether the means of two groups are statistically different. The independent (two-sample) t-test compares two separate groups; the paired t-test compares the same subjects under two conditions. Developed by William Gosset ('Student') at Guinness Brewery.

단계별 가이드

  1. 1t = (x̄₁ − x̄₂) / √(s₁²/n₁ + s₂²/n₂)
  2. 2x̄ = group mean · s² = variance · n = sample size
  3. 3df calculated by Welch-Satterthwaite equation
  4. 4Compare t-statistic to t-distribution at given df and α

풀어진 예시

입력
Group 1: mean=10, SD=2, n=20 · Group 2: mean=8, SD=2.5, n=20
결과
t = 2.94 · p ≈ 0.005 → significant
Reject null hypothesis at p<0.05

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

직접 시도해 보세요 →

설정

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