
Python for Hypothesis Testing is a collection of tutorials on using Python for hypothesis testing on this site. The current version is the first edition of this collection.
Chapter 1: Basics of Hypothesis Testing
- 1.1 What Is Hypothesis Testing
- 1.2 How to Write Null and Alternative Hypotheses
- 1.3 Major Python Packages for Hypothesis Testing
Chapter 2: t-test
- 2.1 One sample t-test
- 2.2 Paired t-test
- 2.3 Independent t-test
Chapter 3: ANOVA
- 3.1 One-way ANOVA
- 3.2 Two-way ANOVA