T-interval
By Jude Wallis · Updated
A t-interval is a confidence interval for a mean that uses a critical value from the t-distribution because the population standard deviation is unknown.
A t-interval estimates a population mean (mu) as , where (x-bar) is the sample mean, is the sample standard deviation, and (t-star) comes from the t-distribution with degrees of freedom. The t curve is there because is an estimate of the unknown (sigma), and that extra uncertainty thickens the tails, making larger than the matching at every finite number of degrees of freedom.
Take 25 measurements with and . The standard error is , the degrees of freedom are , and at 95% confidence. The margin of error is , so the interval runs 11.53 to 13.27.
The reading that costs marks is "95% of the measurements fall between 11.53 and 13.27." The interval estimates the mean, not the individual values. Those still scatter with , so most of them sit roughly within two standard deviations of the center, somewhere near 8.2 to 16.6, a range 4.8 times as wide as the interval. Collect more data and the gap grows rather than closes: the interval for the mean keeps shrinking while the spread of the observations stays exactly where it was.
The conditions are the three every t procedure asks for: a random sample, a sample no more than 10% of the population when sampling without replacement, and normal or large sample, met by a normal population, by , or by a graph of the data with no strong skew and no outliers. That last branch is why you plot a small sample, since one clear outlier moves both and enough to make the interval indefensible. As the degrees of freedom grow, falls toward : 2.145 at 14, 2.064 at 24, 1.984 at 99, and 1.962 at 999, against .
Which parameter takes which interval is covered in z-interval vs t-interval. Constructing it is Unit 4, topic 4.2, Constructing a Confidence Interval for a Population Mean or Population Mean Difference.
Where this comes up
- z-interval vs t-interval: when to use eachComparison
- AP Stats 4.7: Confidence Interval for Two MeansAP topic
- AP Stats 4.2: Confidence Interval for a MeanAP topic
- Checking conditions for inference practicePractice
- How to interpret a confidence interval for a meanGuide
- Confidence interval practice problemsPractice
- Conditions for inference: the complete checklistGuide
- AP Stats 4.3: Justifying a Claim from a Mean CIAP topic
9 pages on the site use this term.
More confidence intervals terms, or browse the full statistics glossary.