How to evaluate data distribution without formulas
Data distribution testing is the first stage of exploratory data analysis. Often, we need to know if the data is normally distributed, since a large number of statistical methods are based on the assumption that it is. Let’s build the quantile-quantile plot to test for the data normality.