The Lilliefors Test is a statistical test used to check whether a dataset follows a normal distribution when the population mean and variance are unknown. It is a modified version of the Kolmogorov-Smirnov (K-S) Test, specifically adapted for real-world situations where parameters must be estimated from the data itself.
The test was introduced by Hubert Lilliefors in 1967. It extends the Kolmogorov-Smirnov Test by addressing a key limitation: the K-S test assumes the mean and variance of the normal distribution are known in advance. Since this is rarely the case in practice, the Lilliefors Test provides a more practical approach.
For example, a researcher analysing exam results may apply the Lilliefors Test to see if the data align with normality. If results are significant, non-parametric alternatives such as the Mann-Whitney U test may be used.
The Lilliefors Test is widely respected because it solves a practical limitation of the Kolmogorov-Smirnov Test. By allowing parameter estimation, it is more realistic for applied research. Although not as powerful as the Shapiro-Wilk Test for small samples, it remains an important option in statistical analysis.