Normality Test

Check whether your data follows a normal distribution.

Definition

Before applying most parametric tests (t-test, ANOVA, Pearson correlation), it is essential to verify the normality of the data. StatsLab offers Shapiro-Wilk and Kolmogorov-Smirnov tests, plus a Q-Q plot for visual inspection.

When to use it

Requirements

What StatsLab computes

Worked example

Context : Normality test on exam scores (out of 20) for 30 students.

Result : Shapiro-Wilk W = 0.971, p = 0.563

Interpretation : p > 0.05: we fail to reject the normality hypothesis. The data are consistent with a normal distribution — parametric tests are justified.

Run this analysis