কীভাবে Confidence Interval গণনা করবেন
Confidence Interval কি?
A confidence interval (CI) gives a range of plausible values for a population parameter based on a sample. A 95% CI means: if we repeated this study many times, 95% of the resulting intervals would contain the true population value.
ধাপে ধাপে নির্দেশিকা
- 1Calculate the sample mean (x̄) and standard deviation (s)
- 2Determine the z* critical value for your confidence level (95% → z* = 1.96)
- 3Calculate standard error: SE = s / √n
- 4Margin of error: ME = z* × SE
- 5CI = (x̄ − ME, x̄ + ME)
সমাধান করা উদাহরণ
ইনপুট
n=100, mean=50, SD=10, 95% CI
ফলাফল
(48.04, 51.96)
ME = 1.96 × 10/√100 = 1.96
ইনপুট
n=30, mean=75, SD=15, 99% CI
ফলাফল
(67.94, 82.06)
ME = 2.576 × 15/√30 = 7.06
গণনা করতে প্রস্তুত? বিনামূল্যে Confidence Interval ক্যালকুলেটর চেষ্টা করুন
নিজে চেষ্টা করে দেখুন →