Skip to main content

วิธีการคำนวณ Mann-Whitney U Test

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.

คำแนะนำทีละขั้นตอน

  1. 1Rank all observations from both groups combined
  2. 2U₁ = n₁n₂ + n₁(n₁+1)/2 − R₁
  3. 3U = min(U₁, U₂)
  4. 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 ฟรี

ลองด้วยตัวคุณเอง→

การตั้งค่า