Section 10.1: \(z\) Tests and Confidence Intervals for a Difference Between Two Population Means
- Distinguish between inferential questions about a single population and about two populations.
- Given a claim about two population, identify relevant population parameters and state the claim as an equality / inequality involving the population parameters.
- State a point estimator for the difference between two population means, given a sample from each population.
- Determine the mean and variance of the point estimator \(D = \bar{X} - \bar{Y}\).
- Compute the mean and variance of sums and differences of two or more independent random variables.
- Determine the distribution of the sum or difference of two independent Gaussian random variables.
- State the \(Z\)-statistic for a two sample test for the difference between two population means, including its sampling distribution under the null hypothesis when the populations are Gaussian.
- Construct confidence intervals and upper/lower confidence bounds for the difference between two population means when the population standard deviations are known.
- Perform a hypothesis test for a claim about the difference between two population means when the population standard deviations are known.
Section 10.2: The Two-Sample \(t\) Test and Confidence Interval
- State the \(T\)-statistic for a two sample test for the difference between two population means, including its sampling distribution under the null hypothesis when the populations are Gaussian.
- Construct confidence intervals and upper/lower confidence bounds for the difference between two population means when the population standard deviations are unknown.
- Perform a hypothesis test for a claim about the difference between two population means when the population standard deviations are unknown.
- Use the R function welch.two.sample.t to perform a two sample \(t\)-test using summarized data.