Inferential statistics explained using python scipy
library and real world examples.
The concept of CLT explained with an example.
One sample t-test and Binomial Test explained with an example.
Four different hypothesis tests explained with real-life examples:
- Two Sample T-Tests (for an association between a quantitative variable and a binary categorical variable)
- ANOVA and Tukey Tests (for an association between a quantitative variable and a non-binary categorical variable)
- Chi-Square Tests (for an association between two categorical variables)
References: Codeacademy - Hypothesis testing course