Statistical Tests for Normality and Symmetry

On this webpage, we briefly touch upon using the Chi-square, Kolmogorov-Smirnov and Shapiro-Wilk tests to determine whether data is normally distributed.

Chi-square Test

The chi-square goodness of fit test can be used to determine whether data adequately fit a specified distribution. In particular, in Example 4 of Goodness of Fit, we show how to test whether data fit a Poisson distribution. In a similar fashion, we can test whether data fit a normal distribution.

For additional information and some examples click here.

Kolmogorov-Smirnov (KS) Test

The KS test is a general test that can be used to determine whether sample data is consistent with any specific distribution. In particular, it can be used to check for normality, but it tends to be less powerful than tests specifically designed to check for normality.

It has the advantage over the chi-square test in that it can be used for small samples and does not require that data frequencies be larger than 5.

For additional information and some examples click here.

Lilliefors Test

The Lilliefors Test is a version of the Kolmogorov-Smirnov test that is designed specifically to test for a normal distribution.

For additional information and some examples click here.

Shapiro-Wilk (SW) Test

The SW test is specifically designed to test the null hypothesis that data are sampled from a normal distribution. This test has the following characteristics:

  • The SW test is more powerful than the KS test and is the test that we recommend to test normality, except when there are a number of tied data values
  • The mean and variance do not need to be specified in advance.
  • In essence, the SW test provides a correlation between the raw data and the values that would be expected if the observations followed a normal distribution. The SW statistic tests if this correlation is different from 1 (see Basic Concepts of Correlation).
  • The SW test is a relatively powerful test of non-normality and is capable of detecting even small departures from normality even with small sample sizes. This may make it even more powerful than we need (i.e. data that fails the SW test may still be suitable for the test under consideration).

We provide two approaches: the original algorithm of Shapiro-Wilk (limited to samples of size 3 to 50) and an expanded algorithm due to J.P. Royston which supports samples of size 12 to 5,000. Both approaches are supported by the Real Statistics Resource Pack.

For additional information and some examples of the original approach click here.

For additional information and some examples of the expanded approach click here.

Jarque-Barre Test

A data set that is normally distributed has skewness and kurtosis of zero. This fact is the basis of a simple test of normality called the Jarque-Barre Test.

For additional information and some examples click here.

D’Agostino-Pearson Test

The D’Agostino-Pearson Test also uses the fact that a normally distributed data set has zero skewness and kurtosis. This test is more accurate than the Jarque-Barre test mentioned above.

For additional information and some examples click here.

Anderson-Darling (AD) Test

The Anderson-Darling test can be used to test for a variety of distributions, and so you need to specify that you are testing for normality. This can be accomplished by using the Real Statistics formula ADTEST(R1,”norm”) where R1 contains the data that you want to test.

For additional information and some examples click here.

13 thoughts on “Statistical Tests for Normality and Symmetry”

  1. Hi Charles,
    Apart from log transforming a data set and performing a test for normality on it, what other tests can be used to show that the distribution of a data set is log-normal?

    Thanks
    Newman

    Reply
  2. Dr. Zaiontz,

    Mostly just wanted to say “thank you so much!” for all your hard work putting XRealStats package together, updated, and keeping it supported… Truly a fantastic resource. I might add, I’ve had multiple undergrad and grad stats classes and none compare to the helpfulness of your Excel Add-In. I’ve thought for years that going the route of teaching stats through Excel was a better way to go for most people rather than bundled with having to learn a new computer program… R, SAS, SPSS, MiniTab, etc. So glad to have discovered your work just when I had to dust off what little I remembered for a Proceedings paper I’m publishing (you could make an argument for co-authorship!)… and preparing to analyze my dissertation project.

    Anyway, just a thought here… after the Shapiro-Wilk Test indicates significant departure from normality, it may be helpful to offer some built in transformations (in case you haven’t already and I just haven’t found them yet) and some background discussions/justifications/examples. Just a thought from the peanut gallery.

    Thanks again and hope you’re doing okay in the midst of everything going on right now.

    Reply
    • Elsa,
      You can use the SKEWTEST for symmetry and the Shapiro-Wilk test for normality. Normality implies symmetry, but data can be symmetric without being normally distributed.
      Charles

      Reply

Leave a Comment