কীভাবে Mann-Whitney U Test গণনা করবেন
Mann-Whitney U Test কি?
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 ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →