learn.howToCalculate
learn.whatIsHeading
The Mann-Whitney U test is the non-parametric equivalent of the independent t-test. It compares rank sums to test whether two groups have the same distribution, without requiring normality.
단계별 가이드
- 1Rank all observations from both groups combined
- 2U₁ = n₁n₂ + n₁(n₁+1)/2 − R₁
- 3U = min(U₁, U₂)
- 4Compare to critical value table
풀어진 예시
입력
Group 1: [4,5,6,8,7] · Group 2: [2,3,1,4,3]
결과
U = 3 → significant difference (n=5 each)
Ranks compared across both groups
계산할 준비가 되셨나요? 무료 Mann-Whitney U Test 계산기를 사용해 보세요
직접 시도해 보세요 →