Confidence intervals (CI) provide a range of values which is estimated to contain a population parameter, like the mean, with a certain confidence level. It’s expressed as:
\[ CI = (\bar{x} - Z_{\frac{\alpha}{2}} \cdot \frac{\sigma}{\sqrt{n}}, \bar{x} + Z_{\frac{\alpha}{2}} \cdot \frac{\sigma}{\sqrt{n}}) \]
- \(\bar{x}\) is the sample mean,
- \(Z_{\frac{\alpha}{2}}\) is the critical value from the Z-distribution,
- \(\sigma\) is the population standard deviation,
- \(n\) is the sample size.