কীভাবে Two-Sample t-Test গণনা করবেন
Two-Sample t-Test কি?
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.
ধাপে ধাপে নির্দেশিকা
- 1t = (x̄₁ − x̄₂) / √(s₁²/n₁ + s₂²/n₂)
- 2x̄ = group mean · s² = variance · n = sample size
- 3df calculated by Welch-Satterthwaite equation
- 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 ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →