मुफ्त विश्वास अंतराल कैलकुलेटर

माध्य के लिए विश्वास अंतराल की गणना करें। प्रतिदर्श माध्य और विचलन दर्ज करें।

Lower Bound

46.7333

Margin of Error3.2667
मानक त्रुटि1.6667

Lower Bound vs Sample Mean

सूत्र

How to Calculate a Confidence Interval

Formula

CI = x_bar +/- z * (sigma / sqrt(n))

The confidence interval gives a range of plausible values for the population mean. The standard error (sigma/sqrt(n)) measures how much the sample mean varies across samples. The z-value determines the confidence level: 1.645 for 90%, 1.96 for 95%, 2.576 for 99%.

हल किया गया उदाहरण

Sample mean = 50, SD = 10, n = 36. Build a 95% confidence interval.

  1. 01Standard Error = 10 / sqrt(36) = 10 / 6 = 1.6667
  2. 02Margin of Error = 1.96 * 1.6667 = 3.2667
  3. 03Lower bound = 50 - 3.2667 = 46.7333
  4. 04Upper bound = 50 + 3.2667 = 53.2667
  5. 0595% CI: (46.7333, 53.2667)

अक्सर पूछे जाने वाले प्रश्न

What does 95% confidence mean?

If you repeated the sampling and CI construction many times, approximately 95% of those intervals would contain the true population mean. It does not mean there is a 95% probability the true mean is in this specific interval.

When should I use z vs. t?

Use z when the population standard deviation is known or the sample size is large (n >= 30). Use the t-distribution when the population SD is unknown and the sample is small.

How does sample size affect the interval?

Larger sample sizes produce narrower confidence intervals because the standard error decreases as sqrt(n) increases. Quadrupling the sample size halves the margin of error.

सीखें

Understanding the Normal Distribution

संबंधित कैलकुलेटर