Loading…

Estimation of a Population Mean σ Known

Statistics • Estimation of the Mean and Proportion

View all topics

Estimation of a Population Mean when σ is known

When the population standard deviation σ is known, a confidence interval for the population mean μ is built using the normal (z) critical value. The interval follows the template: estimate ± margin of error.

Confidence interval: x̄ ± z* · (σ / √n)    |    Standard error: σ = σ / √n    |    Margin of error: E = z* · σ / √n
Practical guide: if n ≥ 30, the z-interval is typically appropriate. If n < 30, it is most appropriate when the population is approximately normal (or at least not strongly non-normal with extreme outliers).
Optional: enter a reference value μ0 for visualization (to see whether the computed interval contains it).
In real inference, μ is unknown. μ0 is just a teaching aid for the plot/simulation.
Ready

Visualization

Choose a mode and calculate to see the result.
The shaded region (or the set of intervals) helps connect the confidence level (1 − α) to tail areas α/2 and to the interval width.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do you find a confidence interval for a population mean when sigma is known?

Use the z interval: xbar plus or minus z* x (sigma / sqrt(n)). The value z* depends on the confidence level and corresponds to the standard normal cutoff at 1 - alpha/2.

What is the margin of error in the z confidence interval for mu?

The margin of error is E = z* x (sigma / sqrt(n)). It increases when confidence level increases (larger z*) and decreases when sample size n increases.

How do you calculate the required sample size for a desired margin of error?

Solve E = z* x sigma / sqrt(n) for n to get n = (z* x sigma / E)^2. Always round up to the next whole number to ensure the margin of error is at most E.

When is it appropriate to use the z interval instead of a t interval?

Use the z interval when the population standard deviation sigma is known. If sigma is unknown and you use the sample standard deviation s, a t interval with df = n - 1 is typically used instead.

How should a confidence interval be interpreted?

The correct interpretation is long-run: if the same procedure were repeated many times, about (1 - alpha) x 100% of the intervals would contain the true mu. It does not mean there is a (1 - alpha) probability that mu is in one specific computed interval.