Introduction to the Two-Sample Pooled t-Test

Welcome! In statistics, we often want to know if there is a real difference between two groups. For example, do students using a new app score higher than those using a traditional textbook? Or is there a difference in the heights of two different species of plants? When we want to compare the means of two independent groups where we don't know the population variance but we believe the variances are the same, we use the Two-sample pooled t-test.

Don't worry if the name sounds a bit long! "Pooled" just means we are combining the data from both samples to get a better, more "stable" estimate of the spread (variance) of the data.

When Should You Use This Test?

Before you start punching numbers into your calculator, you need to check if this specific test is the right tool for the job. You use the Two-sample pooled t-test when:

  • Independence: The two samples are independent of each other (they aren't "paired" or "matched").
  • Unknown Variance: You do not know the actual population variances (\(\sigma_1^2\) and \(\sigma_2^2\)).
  • Equal Variances: You assume that both populations have the same variance (\(\sigma_1^2 = \sigma_2^2\)). Note: In your exam, you won't be asked to test for this equality, but you must state it as an assumption.
  • Normality: Both populations are normally distributed.

Quick Tip: If the samples are "paired" (like the same person tested before and after a treatment), you should use a Paired t-test instead. This chapter focus strictly on independent samples.

Step 1: Setting Up Your Hypotheses

Every hypothesis test starts with a claim. We compare two population means, \(\mu_1\) and \(\mu_2\).

Null Hypothesis (\(H_0\)): There is no difference between the means.
\(H_0: \mu_1 = \mu_2\) (or \(H_0: \mu_1 - \mu_2 = 0\))

Alternative Hypothesis (\(H_1\)): There is a difference. This can be:
- Two-tailed: \(H_1: \mu_1 \neq \mu_2\) (We just want to know if they are different).
- One-tailed: \(H_1: \mu_1 > \mu_2\) or \(H_1: \mu_1 < \mu_2\) (We think one is specifically larger than the other).

Step 2: Finding the Pooled Variance (\(s_p^2\))

Because we assume the variances of both groups are equal, it makes sense to "pool" our sample variances (\(s_1^2\) and \(s_2^2\)) to create a single, stronger estimate. This is a weighted average based on the sample sizes (\(n_1\) and \(n_2\)).

The formula from your booklet is:
\(s_p^2 = \frac{(n_1 - 1)s_1^2 + (n_2 - 1)s_2^2}{n_1 + n_2 - 2}\)

Did you know? The term \((n_1 + n_2 - 2)\) is also the Degrees of Freedom (df) for this test. This is a crucial number you'll need when looking up critical values in your tables!

Step 3: Calculating the Test Statistic (\(t\))

Now we calculate the \(t\) value. This tells us how many "standard errors" our observed difference in means (\(\bar{x}_1 - \bar{x}_2\)) is away from the hypothesized difference (usually zero).

The test statistic formula is:
\(t = \frac{(\bar{x}_1 - \bar{x}_2)}{\sqrt{s_p^2 (\frac{1}{n_1} + \frac{1}{n_2})}}\)

Don't panic! You don't have to memorize this formula as it is provided in your Statistical Formulae and Tables booklet. However, knowing how to plug the numbers in correctly is key.

Step 4: Finding the Critical Value and Making a Decision

To decide whether to reject \(H_0\), you need to compare your calculated \(t\) value to a critical value from the \(t\)-distribution table.

  1. Choose your significance level (usually \(5\%\) unless the question says otherwise).
  2. Calculate your degrees of freedom: \(df = n_1 + n_2 - 2\).
  3. Look up the value in the table (Appendix 2 of your booklet). Remember to check if it's a one-tailed or two-tailed test!

The Decision Rule:
- If your calculated \(t\) falls in the critical region (i.e., it is more extreme than the critical value), you reject \(H_0\).
- Otherwise, you fail to reject \(H_0\).

Memory Aid: If the \(t\) is high, the \(H_0\) must die! (Meaning, a large difference suggests the null hypothesis is unlikely to be true).

Step 5: Interpretation in Context

The exam board loves context! Never just say "Reject \(H_0\)". You must explain what this means for the specific problem.

Example Conclusion: "There is significant evidence at the \(5\%\) level to suggest that the mean score of students using the app is higher than those using the textbook."

Important Note: Never say you have "proven" anything. Statistical conclusions are never definite; we only find "evidence" to support or reject a claim.

Summary Table: The Step-by-Step Process

1. Hypotheses: State \(H_0\) (\(\mu_1 = \mu_2\)) and \(H_1\) (\(\mu_1 \neq, >, < \mu_2\)).
2. Significance: Identify the level (e.g., \(\alpha = 0.05\)).
3. Assumptions: State that populations are normal and variances are equal.
4. Pooled Variance: Calculate \(s_p^2\) using the formula.
5. Test Statistic: Calculate \(t\) using the pooled variance.
6. Degrees of Freedom: \(v = n_1 + n_2 - 2\).
7. Critical Value: Find from the \(t\)-table.
8. Compare & Conclude: Compare calculated \(t\) to critical value and write a contextual conclusion.

Common Mistakes to Avoid

  • Wrong Degrees of Freedom: Students often use \(n-1\). For a pooled test, it must be \(n_1 + n_2 - 2\).
  • Incorrect Table Use: Make sure you are using the \(t\)-distribution table, not the Normal (\(z\)) table. Use the \(z\) table only if the population variances are known.
  • Standard Deviation vs. Variance: Double-check if the question gives you \(s\) (standard deviation) or \(s^2\) (variance). If they give you \(s\), you must square it before putting it into the \(s_p^2\) formula!
  • Losing the Context: Always refer back to the original units (e.g., grams, cm, test scores) in your final sentence.

Quick Review

Q: What is the main assumption of the "pooled" t-test?
A: That the two populations have equal variances (\(\sigma_1^2 = \sigma_2^2\)).

Q: How do I find the degrees of freedom?
A: Add the two sample sizes together and subtract 2 (\(n_1 + n_2 - 2\)).

Q: Where do I find the formulas?
A: They are in your provided Formulae and Tables booklet—so you can focus on understanding how to use them rather than memorizing every symbol!