Notes βΊ EENG 3421: Probability and Statistics for Engineers Lecture 27
Inference Tests for Two Means
180 words 1 min Modified
Table of Contents
Independent Vs Dependent Samples
Definition 27.1 (Independent Versus Dependent Samples).
Two samples drawn from two populations are independent if the selection of one sample does not affect the selection of the second sample. Otherwise, the samples are dependent
Setup and Notation
- Population 1 parameters
- $\mu_1$ mean
- $\sigma_1$ standard deviation
- $n_1$ sample size
- $\bar x_1$ sample mean
- Population 2 parameters
- $\mu_2$ mean
- $\sigma_2$ standard deviation
- $n_2$ sample size
- $\bar x_2$ sample mean
Sampling Distribution of $\bar x_1 - \bar x_2$
Theorem 27.2 (Sampling Distribution of $\bar x_1 - \bar x_2$).
If
- samples are independent
- $\sigma_1,\sigma_2$ are known
- samples are large or populations are normal then $\bar x_1 - \bar x_2$ is approximately normal with
Confidence Interval for $\mu_1 - \mu_2$
Theorem 27.3 (Confidence Interval for $\mu_1 - \mu_2$).
Using the normal model, the $(1-\alpha)100\%$ confidence interval for $\mu_1-\mu_2$ is
$$ (\bar x_1 - \bar x_2) \pm z\,\sigma_{\bar x_1-\bar x_2} $$where
$$ \sigma_{\bar x_1-\bar x_2} = \sqrt{\frac{\sigma_1^2}{n_1} + \frac{\sigma_2^2}{n_2}} $$References
- Course lecture slides 23β26
Sources
- Course lecture slides 23β26