BackChapter 18: Inferences About Means – Confidence Intervals and Hypothesis Testing
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Inferences About Means
Introduction
In statistical inference, we use sample statistics to estimate population parameters. Since sample statistics vary from sample to sample, we use probability models to quantify this variability and make inferences about the population mean μ.
Sampling Distribution for the Mean
Key Concepts
Population parameter: The true value in the population (e.g., mean μ).
Sample statistic: The value calculated from the sample (e.g., sample mean ̄y).
Standard deviation of statistic: Measures the spread of the sampling distribution.
Standard error (SE): Estimates the standard deviation of a statistic using sample data.
Population parameter | Sample statistic | Standard deviation of statistic | Standard error of statistic |
|---|---|---|---|
Population proportion p | Sample proportion ̂p | ||
Population mean μ | Sample mean ̄y |
σ is the population standard deviation, s is the sample standard deviation.
Confidence Intervals for the Population Mean
Constructing Confidence Intervals
When σ is unknown, use and the t-model instead of the standard Normal model.
A confidence interval for μ with confidence level C is:
is the critical value from the t-table with degrees of freedom.
This is called the one-sample t-interval.
Properties of the t-Model
Symmetric about the mean 0, unimodal, and bell-shaped.
Has one parameter: degrees of freedom (df), given by .
Thicker tails than the standard Normal model, especially for small sample sizes.
As sample size increases, the t-model approaches the standard Normal model.
Finding Critical Values
Use the t-table to find for the desired confidence level and degrees of freedom.
If the exact df is not listed, use the closest available value.
Assumptions and Conditions for Confidence Intervals
The sample is randomly drawn from the population.
Sampled values are independent (sample size is a small fraction of the population size).
The nearly Normal condition:
If the underlying distribution is exactly or nearly Normal, or unimodal and symmetric, the t-model is justified even for small samples.
If the underlying distribution is non-Normal or unknown, a large sample is needed for the t-model to work well.
Interpreting Confidence Intervals
Over many repeated random samples, a confidence level C means that C% of the constructed intervals will contain the true mean μ.
Example: A 99% confidence interval of (5.88, 9.42) means we are 99% confident that μ is between 5.88 and 9.42.
Worked Example: Confidence Interval for a Mean
A student times 25 bus rides, finds min, min.
Construct a 90% CI for the mean travel time:
Interpretation: We are 90% confident that the true mean travel time is between 36.14 and 37.86 minutes.
Hypothesis Testing for the Population Mean
Formulating Hypotheses
Null hypothesis:
Alternative hypotheses:
(two-sided)
(right-tailed)
(left-tailed)
Test Statistic
Use the t-model and estimate :
This is called the one-sample t-test.
Finding the P-value
For two-sided tests: P-value is the sum of areas in both tails beyond the observed t-statistic.
For one-sided tests: P-value is the area in the appropriate tail.
Decision Rule
Reject if the P-value is smaller than the significance level .
Do not reject if the P-value is larger than or equal to .
Worked Example: Hypothesis Test for a Mean
Test if the mean travel time is longer than 35 minutes (, ) using , , .
Test statistic:
Find P-value using the t-table (df = 24): P-value < 0.001
At , since P-value < 0.10, reject .
Conclusion: There is sufficient evidence to suggest the true mean travel time is longer than 35 minutes.
Appendix: Theoretical Foundations
If is Normal, for any sample size.
If is not Normal, for large , is approximately Normal by the Central Limit Theorem.
When is unknown, use and the t-model with degrees of freedom.
Practice Problems and Solutions
Critical Values and Margin of Error
Find for given df and confidence level using the t-table.
Compute and margin of error:
Construct confidence intervals and interpret results in context.
One-Sample t-Test Applications
State hypotheses, compute test statistic, find P-value, and make a decision.
Interpret results in the context of the problem.
Linking Confidence Intervals and Hypothesis Tests
If a confidence interval does not contain the null value , reject at the corresponding significance level.
Additional info: These notes synthesize textbook content, lecture slides, and worked examples to provide a comprehensive overview of inference for means, including both confidence intervals and hypothesis testing using the t-model.