BackStudy Guide: Inference for Means and Proportions (Chapters 16–20)
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Inference for Means and Proportions
Overview
This study guide covers key concepts and procedures from Chapters 16–20, focusing on statistical inference for means and proportions, including confidence intervals and hypothesis testing. These topics are foundational for understanding how to draw conclusions about populations based on sample data.
Confidence Intervals for Population Means
Constructing Confidence Intervals
Population Mean (μ): The average value in the entire population.
Sample Mean (\(\bar{x}\)): The average value in the sample.
Population Standard Deviation (σ): The spread of values in the population.
Sample Standard Deviation (s): The spread of values in the sample.
Sample Size (n): The number of observations in the sample.
When σ is unknown (which is common), use the t-distribution:
t* is the critical value from the t-distribution with \(n-1\) degrees of freedom.
Use statistical software or tables to find t* for the desired confidence level (e.g., 95%).
Example: For a sample mean of 50, sample standard deviation of 10, and n = 25, the 95% confidence interval is:
Find t* for 24 degrees of freedom (from tables or calculator).
Confidence Intervals for Proportions
Constructing Confidence Intervals for a Proportion
Sample Proportion (\(\hat{p}\)): The proportion of successes in the sample.
Standard Error (SE): The estimated standard deviation of the sample proportion.
z* is the critical value from the standard normal distribution (e.g., 1.96 for 95% confidence).
Example: If \(\hat{p} = 0.6\) and n = 100, then
Hypothesis Testing for Means
Steps in Hypothesis Testing
State the Hypotheses:
Null hypothesis (H0): μ = μ0
Alternative hypothesis (Ha): μ ≠ μ0, μ > μ0, or μ < μ0
Calculate the Test Statistic:
Find the p-value: Use statistical software or t-tables.
Make a Decision: Compare the p-value to α (significance level, e.g., 0.05).
State the Conclusion: Reject or fail to reject H0.
Example: Testing if the mean is greater than 100 with sample mean 105, s = 15, n = 36:
Find the p-value for t = 2.0 with 35 degrees of freedom.
Hypothesis Testing for Proportions
Steps in Hypothesis Testing
State the Hypotheses:
Null hypothesis (H0): p = p0
Alternative hypothesis (Ha): p ≠ p0, p > p0, or p < p0
Calculate the Test Statistic:
Find the p-value: Use statistical software or normal tables.
Make a Decision: Compare the p-value to α.
State the Conclusion: Reject or fail to reject H0.
Example: Testing if the proportion is less than 0.5 with \(\hat{p} = 0.45\), n = 200:
Find the p-value for z = -1.43.
Comparing Two Means or Proportions
Confidence Interval for the Difference of Two Means
Use when comparing means from two independent samples.
Confidence Interval for the Difference of Two Proportions
Use when comparing proportions from two independent samples.
Hypothesis Test for the Difference of Two Means
Null hypothesis: μ1 = μ2
Alternative hypothesis: μ1 ≠ μ2, μ1 > μ2, or μ1 < μ2
Hypothesis Test for the Difference of Two Proportions
Where \(\hat{p}\) is the pooled proportion:
Interpreting Results
Reject H0: There is evidence for the alternative hypothesis.
Fail to Reject H0: There is not enough evidence for the alternative hypothesis.
Always state your conclusion in the context of the problem.
Using Statistical Software (e.g., Calculator or StatCrunch)
Use STAT, CALC, NORMAL or T-intervals for confidence intervals.
Use STAT, TESTS for hypothesis testing.
Input sample statistics as required (mean, SD, n, proportions, etc.).
Interpret output: confidence interval bounds, test statistic, p-value, and conclusion.
Summary Table: Key Procedures
Procedure | Formula | When to Use |
|---|---|---|
CI for Mean | Unknown σ, sample mean and SD | |
CI for Proportion | Sample proportion | |
Test for Mean | Compare sample mean to hypothesized mean | |
Test for Proportion | Compare sample proportion to hypothesized proportion | |
CI for Difference of Means | Compare two independent means | |
CI for Difference of Proportions | Compare two independent proportions |
Additional Info
Degrees of freedom for t-tests are typically n-1 for one sample, or calculated using a formula for two samples.
Always check assumptions: random sampling, independence, and normality (for means).
For proportions, check that np and n(1-p) are both at least 5.