Confidence Intervals for Two Means: Equal and Unknown Population Variance
Construct a confidence interval for the difference of two population means when the two populations have a common but unknown variance, using a pooled sample variance and a t-distribution with n_1 + n_2 - 2 degrees of freedom.
Tutorial
Introduction
Suppose we have two independent random samples drawn from normal populations with means and . When we assume both populations share the same (but unknown) variance , we combine the two sample variances into a single estimate of called the pooled sample variance:
Using this pooled estimate, a confidence interval for is
The -distribution has degrees of freedom — the sum of the degrees of freedom of the two sample variances.
Note: Unlike the unequal-variances procedure, this interval uses a single standard deviation in place of two separate , and the degrees of freedom is exactly (no Welch–Satterthwaite approximation needed).