Hypothesis Testing with Large Samples: Switching from t‑Distribution to Z‑Distribution

 3 min read

YouTube video ID: 80YzzIm8NK8

Source: YouTube video by Math and ScienceWatch original video

PDF

Introduction

In this lesson we move from hypothesis testing with small samples (n ≤ 30) to testing with large samples (n > 30). The core steps of hypothesis testing stay the same, but the underlying probability model changes from the t‑distribution to the normal (Z) distribution.

Why Sample Size Matters

  • Small samples (n ≤ 30) – use the t‑distribution because its shape depends on the degrees of freedom (df = n‑1). With few observations the curve is wider and heavier‑tailed.
  • Large samples (n > 30) – the t‑distribution becomes virtually indistinguishable from the normal distribution. Therefore we adopt the standard normal (Z) distribution, which has a fixed bell shape regardless of sample size.

The Test Statistic for Large Samples

The Z‑statistic is calculated exactly as the t‑statistic, only the symbol changes:

Z = (X̄ – μ) / (s / √n)

where: - X̄ = sample mean - μ = hypothesised population mean - s = sample standard deviation - n = sample size

Steps of Hypothesis Testing (unchanged)

  1. State hypotheses (null H₀ and alternative H₁).
  2. Choose significance level α (e.g., 0.05).
  3. Determine the rejection region using critical Z values.
  4. Compute the Z statistic from the data.
  5. Compare the statistic to the critical value(s) and reject or fail to reject H₀.

Critical Z Values for Common Confidence Levels

Confidenceα (two‑tail)One‑tail ZTwo‑tail Z (±)
90 %0.101.28±1.645
95 %0.051.645±1.96
98 %0.022.05±2.33
99 %0.012.33±2.575
  • One‑tail test: use the positive Z for a right‑tail test, the negative Z for a left‑tail test.
  • Two‑tail test: use both the positive and negative Z values; each tail contains α/2 of the total area.

Advantages of Using the Normal Distribution

  • Fixed shape: No need to look up different tables for each df; the same critical values apply to any n > 30.
  • Simplified calculations: Once you have the table of Z‑values (or a calculator), you can reuse them across problems.
  • Consistent tabulation: Normal tables give the area to the left of Z, whereas t‑tables give the area to the right of t. Keep this orientation in mind when you switch between them.

Practical Tips

  • Memorise the most common Z critical values (1.28, 1.645, 1.96, 2.05, 2.33, 2.575).
  • When the problem states a confidence level, instantly translate it to α and pick the corresponding Z.
  • Always verify whether the test is one‑tailed or two‑tailed before selecting the sign of the critical value.
  • Use a scientific calculator or statistical software to compute Z quickly, but understand the manual lookup process for exam settings.

Summary

For sample sizes larger than 30, hypothesis testing proceeds exactly as before, except that the t‑distribution is replaced by the standard normal distribution. This change eliminates the need to adjust critical values for different degrees of freedom, making the procedure faster and less error‑prone.

When you have 30 or more observations, switch to the Z‑distribution; the test steps stay the same, but critical values are fixed, simplifying hypothesis testing dramatically.

Frequently Asked Questions

Who is Math and Science on YouTube?

Math and Science is a YouTube channel that publishes videos on a range of topics. Browse more summaries from this channel below.

Does this page include the full transcript of the video?

Yes, the full transcript for this video is available on this page. Click 'Show transcript' in the sidebar to read it.

Why Sample Size Matters

- **Small samples (n ≤ 30)** – use the **t‑distribution** because its shape depends on the degrees of freedom (df = n‑1). With few observations the curve is wider and heavier‑tailed. - **Large samples (n > 30)** – the t‑distribution becomes virtually indistinguishable from the normal distribution. Therefore we adopt the **standard normal (Z) distribution**, which has a fixed bell shape regardless of sample size.

Helpful resources related to this video

If you want to practice or explore the concepts discussed in the video, these commonly used tools may help.

Links may be affiliate links. We only include resources that are genuinely relevant to the topic.

PDF