Back to Inference: Hypothesis Testing and Beyond

T-Tests, Z-Tests, and When to Use Each

The most-used tests in practice. The choice of which is more about sample size and known variance than anything else. FIND_VIDEO: search 't-test z-test paired tutorial' — recommended channel: StatQuest. Aim for 10 min or under.

5 minutesVideo LessonPDF notes
🎯 Free Guest Mode: You are learning for free. Sign in to save your completion progress and quiz answers.

Ready to continue?

Mark this lesson as complete when you're ready to proceed.

Key moments

  1. T-Test CategoriesT-tests are broadly categorized into paired and unpaired types.
  2. Paired T-Test UseA paired T-test is used for before-and-after measurements taken from the same test subject.
  3. Unpaired T-Test UseAn unpaired T-test compares two separate, independent groups, such as Group A and Group B.
  4. Variance AssumptionsUnpaired tests require deciding whether to assume equal variation or not assume equal variation between the groups.
  5. Conservative Variance ChoiceIt is generally recommended to use the test that does not assume equal variation because it is slightly more conservative.
  6. One vs Two-TailedThe second major choice is between using a one-tailed or a two-tailed T-test.
  7. Two-Tailed TestA two-tailed test checks both directions, testing if Group A is significantly higher or smaller than Group B.
  8. Conservative Tail ChoiceAlways use two-sided T-tests because they are more conservative and allow the data to speak for itself.
  9. Final RecommendationFor unpaired data, use the unequal variance and two-tailed T-test to ensure rock-solid results.
PDF notes

Frequently asked questions

Why is the unequal variance test recommended?

It is slightly more conservative, meaning the data must be stronger to pass the significance threshold. If your data passes this test, it is considered rock solid.

What does 'conservative' mean in statistical testing?

A conservative test requires stronger evidence (a larger effect or smaller variance) to reject the null hypothesis, leading to more reliable results.

When would I use a one-tailed test?

Rarely, as it requires a strong, pre-existing theoretical reason to predict the direction of the effect, which is often discouraged in academic journals.

Does the source material cover Z-tests?

No, this lesson focuses exclusively on the selection criteria for various types of T-tests.