All parametric tests make certain assumptions about the data. Most of the parametric tests like F-test, Z-test assume the data is normally distributed. So it is always useful to test the assumption of normality before we proceed. Sharing my notes about normality tests in this post.
At high level I would generalize tests into two categories
Visual tests: These might not be the best way to check for normality and can be ambiguous and/or misleading sometimes. Lets get a high-level overview of how to use them.
Histogram: We can plot a histogram of observed data and check for
At high level I would generalize tests into two categories
- Visual test
- Statistical test
Histogram: We can plot a histogram of observed data and check for
- If it looks like a bell shaped curve
- Not skewed in any direction.

