Student t-test in Python

Опубликовано: 20 Февраль 2026
на канале: Math Hands-On with Python
728
11

This tutorial illustrates how to use Python in performing independent t-test and paired sample t-test. It also describes how to perform Welch's test and Wilcoxon signed-rank test.
Content Time frame
0:00 - Introduction and data description
0:58 - Independent t-test
3:35 - Paired sample t-test
6:23 - Welch's test and Wilcoxon signed-rank test