The Shapiro–Wilk Test is a statistical method used to determine whether a dataset follows a normal distribution. It provides a test statistic and a p-value that indicate whether deviations from normality are statistically significant. This test is widely used in research, data analysis, and quality management to verify assumptions before applying parametric tests such as t-tests or ANOVA.
Developed in 1965 by Samuel Shapiro and Martin Wilk, the Shapiro–Wilk Test quickly gained popularity due to its high statistical power, especially for small datasets. Compared to other normality tests, such as the Kolmogorov–Smirnov and Anderson–Darling tests, it is considered one of the most accurate and sensitive tools for detecting non-normality in data.
Example: A dataset of 30 exam scores gives W=0.94 and p=0.04. Since p<0.05, the data are not normally distributed, and a non-parametric test should be used instead.
The Shapiro–Wilk Test is one of the most reliable methods for testing normality, particularly with smaller datasets. By determining whether the assumption of normality holds, it helps analysts choose the correct statistical method, ensuring valid and trustworthy conclusions.