Shapiro-Wilk test

In statistics, the Shapiro-Wilk test tests the null hypothesis that a sample x1, ..., xn came from a normally distributed population. It was published in 1965 by Samuel Shapiro and Martin Wilk.

In R, one does the Shapiro-Wilk test with command:

shapiro.test(x)

References

Homepage
Comments

Hide Comments