A normality plot, often called a Q–Q (quantile–quantile) plot, is a graphical method used to assess whether a dataset follows a normal distribution. It visually compares the data’s quantiles with those of a theoretical normal distribution. If the data points fall close to a straight line, the dataset is approximately normal.
The normality plot is a key tool in exploratory data analysis. Since many statistical methods — such as regression, t-tests, and ANOVA — assume that data are normally distributed, checking this assumption is an essential first step. It helps analysts verify whether the dataset meets parametric test requirements or if transformation or non-parametric alternatives are needed.
Deviation patterns:
Formula (for normal quantiles):
\(
z_i = \Phi^{-1}\left(\frac{i – 0.5}{n}\right)
\)
Where:
Example:
In a process capability study, a Q–Q plot of measurement data shows slight curvature at the upper end — indicating a right-skewed distribution. Applying a log transformation brings the data closer to normality, validating the capability analysis.
Normality plots provide a visual and intuitive method for assessing data distribution. Identifying deviations from normality early ensures the correct choice of statistical tests, improves model validity, and strengthens decision-making in Lean Six Sigma projects.