A Gentle Introduction to Normality Tests in Python - MachineLearningMastery.com

An important decision point when working with a sample of data is whether to use parametric or nonparametric statistical methods. Parametric statistical methods assume that the data has a known and...

By · · 1 min read
A Gentle Introduction to Normality Tests in Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

An important decision point when working with a sample of data is whether to use parametric or nonparametric statistical methods. Parametric statistical methods assume that the data has a known and specific distribution, often a Gaussian distribution. If a data sample is not Gaussian, then the assumptions of parametric statistical tests are violated and nonparametric […]