When the population standard deviation is unknown, we must use the t-distribution instead of the normal distribution. The t-distribution is bell-shaped and symmetric but has 'thicker tails' to account for the extra variability introduced by estimating with the sample standard deviation .
The shape of the t-distribution depends on the degrees of freedom (df), calculated as . As the sample size increases, the t-distribution approaches the standard normal distribution () because the estimate becomes more reliable.
The Standard Error (SE) of the mean, calculated as , estimates the standard deviation of the sampling distribution of the mean using sample data.
To calculate a one-sample t-interval for a mean, use the formula: where is the critical value corresponding to the desired confidence level and .
Step 1: Identify the sample mean , sample standard deviation , and sample size . Determine the confidence level and find the corresponding value from a t-table or calculator.
Step 2: Calculate the margin of error by multiplying the critical value by the standard error .
Step 3: Construct the interval by adding and subtracting the margin of error from the sample mean.
It is vital to distinguish between the population standard deviation and the standard error. The standard deviation describes the spread of individual data points, while the standard error describes the spread of the sample mean across many hypothetical samples.
| Feature | t-Interval | z-Interval |
|---|---|---|
| Population | Unknown (use ) | Known |
| Distribution | t-distribution () | Standard Normal () |
| Sample Size | Required for | Not required for critical value |
| Robustness | More conservative (wider) | Less conservative (narrower) |
Check Conditions First: Always verify the Randomness (random sample or assignment), Independence (10% rule for sampling without replacement), and Normality (population is normal, or , or sample shows no extreme skew/outliers).
Interpret in Context: A proper interpretation must include the confidence level, the parameter being estimated (population mean), and the calculated interval bounds. Avoid saying 'there is a 95% probability that the mean is in this interval' for a specific calculated range.
Relationship Awareness: Remember that increasing the confidence level makes the interval wider, while increasing the sample size makes the interval narrower (due to a smaller standard error).
Degrees of Freedom: For a single mean, always use . A common mistake is using or forgetting to subtract 1 when looking up in a table.