What is the difference between a point estimator and a confidence interval?
A point estimator gives a single best guess of a population parameter (e.g., the sample mean estimates the population mean). A confidence interval provides a range of plausible values for the parameter and quantifies uncertainty.
What does a 95% confidence level mean?
If we repeated the study many times and formed a CI from each sample, about 95% of those intervals would contain the true parameter. It does not mean there is a 95% probability that a fixed interval contains the parameter.
How do you compute a confidence interval for a population mean?
Assuming normal data: with known sigma, mu lies in Xbar ± z_{α/2}(sigma/√n). If sigma is unknown, use mu in Xbar ± t_{n-1}(s/√n). For large samples, either z or t approximations are used.
What factors affect the width of a confidence interval?
Higher confidence level widens the interval; larger sample size narrows it; greater data variability (standard deviation) widens it; the sample statistic and chosen distribution also influence width.