Shapiro–Wilk test

From Wikipedia, the free encyclopedia
(Redirected from Shapiro-Wilk test)

The Shapiro–Wilk test is a test of normality. It was published in 1965 by Samuel Sanford Shapiro and Martin Wilk.[1]

Theory[edit]

The Shapiro–Wilk test tests the null hypothesis that a sample x1, ..., xn came from a normally distributed population. The test statistic is

where

  • with parentheses enclosing the subscript index i is the ith order statistic, i.e., the ith-smallest number in the sample (not to be confused with ).
  • is the sample mean.

The coefficients are given by:[1]

where C is a vector norm:[2]

and the vector m,

is made of the expected values of the order statistics of independent and identically distributed random variables sampled from the standard normal distribution; finally, is the covariance matrix of those normal order statistics.[3]

There is no name for the distribution of . The cutoff values for the statistics are calculated through Monte Carlo simulations.[2]

Interpretation[edit]

The null-hypothesis of this test is that the population is normally distributed. Thus, if the p value is less than the chosen alpha level, then the null hypothesis is rejected and there is evidence that the data tested are not normally distributed. On the other hand, if the p value is greater than the chosen alpha level, then the null hypothesis (that the data came from a normally distributed population) can not be rejected (e.g., for an alpha level of .05, a data set with a p value of less than .05 rejects the null hypothesis that the data are from a normally distributed population – consequently, a data set with a p value more than the .05 alpha value fails to reject the null hypothesis that the data is from a normally distributed population).[4]

Like most statistical significance tests, if the sample size is sufficiently large this test may detect even trivial departures from the null hypothesis (i.e., although there may be some statistically significant effect, it may be too small to be of any practical significance); thus, additional investigation of the effect size is typically advisable, e.g., a Q–Q plot in this case.[5]

Power analysis[edit]

Monte Carlo simulation has found that Shapiro–Wilk has the best power for a given significance, followed closely by Anderson–Darling when comparing the Shapiro–Wilk, Kolmogorov–Smirnov, and Lilliefors.[6]

Approximation[edit]

Royston proposed an alternative method of calculating the coefficients vector by providing an algorithm for calculating values that extended the sample size from 50 to 2,000.[7] This technique is used in several software packages including GraphPad Prism, Stata,[8][9] SPSS and SAS.[10] Rahman and Govidarajulu extended the sample size further up to 5,000.[11]

See also[edit]

References[edit]

  1. ^ a b Shapiro, S. S.; Wilk, M. B. (1965). "An analysis of variance test for normality (complete samples)". Biometrika. 52 (3–4): 591–611. doi:10.1093/biomet/52.3-4.591. JSTOR 2333709. MR 0205384. p. 593
  2. ^ a b RMD (2022). "The Shapiro-Wilk and related tests for normality" (PDF). Retrieved 2022-06-16.
  3. ^ Davis, C. S.; Stephens, M. A. (1978). The covariance matrix of normal order statistics (PDF) (Technical report). Department of Statistics, Stanford University, Stanford, California. Technical Report No. 14. Retrieved 2022-06-17.
  4. ^ "How do I interpret the Shapiro–Wilk test for normality?". JMP. 2004. Retrieved March 24, 2012.
  5. ^ Field, Andy (2009). Discovering statistics using SPSS (3rd ed.). Los Angeles [i.e. Thousand Oaks, Calif.]: SAGE Publications. p. 143. ISBN 978-1-84787-906-6.
  6. ^ Razali, Nornadiah; Wah, Yap Bee (2011). "Power comparisons of Shapiro–Wilk, Kolmogorov–Smirnov, Lilliefors and Anderson–Darling tests". Journal of Statistical Modeling and Analytics. 2 (1): 21–33. Retrieved 30 March 2017.
  7. ^ Royston, Patrick (September 1992). "Approximating the Shapiro–Wilk W-test for non-normality". Statistics and Computing. 2 (3): 117–119. doi:10.1007/BF01891203. S2CID 122446146.
  8. ^ Royston, Patrick. "Shapiro–Wilk and Shapiro–Francia Tests". Stata Technical Bulletin, StataCorp LP. 1 (3).
  9. ^ Shapiro–Wilk and Shapiro–Francia tests for normality
  10. ^ Park, Hun Myoung (2002–2008). "Univariate Analysis and Normality Test Using SAS, Stata, and SPSS". [working paper]. Retrieved 29 July 2023.
  11. ^ Rahman und Govidarajulu (1997). "A modification of the test of Shapiro and Wilk for normality". Journal of Applied Statistics. 24 (2): 219–236. doi:10.1080/02664769723828.

External links[edit]