

A confidence interval is a range of values around an expected outcome within which the actual outcome is expected to fall a specified percentage of the time. In other words, it is a range for which one can assert with a given probability that it will contain a parameter it intends to estimate.
![]()
where
Now let's say we wanted to construct a confidence interval for the population mean when we are sampling from a normal distribution with a known variance. We would use the z-distribution and thus the following equation.
![]()
The first variable is our point estimate, the sample mean. The second is a reliability factor. This can be thought of as the z-score which leaves α/2 of probability in the upper right tail. The known standard deviation of the population divided by the square root of the sample size provides the standard error.
zα/2 = 1.645 for 90% confidence intervals
zα/2 = 1.960 for 95% confidence intervals
zα/2 = 2.575 for 99% confidence intervals