Wilcoxon signed-rank test

From Wikipedia, the free encyclopedia

Jump to: navigation, search

The Wilcoxon signed-rank test is a non-parametric statistical hypothesis test for the case of two related samples or repeated measurements on a single sample. It can be used as an alternative to the paired Student's t-test when the population can't be assumed to be normally distributed. The test is named for Frank Wilcoxon (1892–1965) who, in a single paper, proposed both it and the rank-sum test for two independent samples (Wilcoxon, 1945).

Like the t-test, the Wilcoxon test involves comparisons of differences between measurements, so it requires that the data are measured at an interval level of measurement. However it does not require assumptions about the form of the distribution of the measurements. It should therefore be used whenever the distributional assumptions that underlie the t-test cannot be satisfied.

Contents

[edit] Setup

Suppose we collect 2n observations, two observations of each of the n subjects. Let i denote the particular subject that is being referred to and the first observation measured on subject i be denoted by xi and second observation be yi.

[edit] Assumptions

  1. Let Zi = Yi – Xi for i = 1, ... , n. The differences Zi are assumed to be independent.
  2. Each Zi comes from a continuous population (they must be identical) and is symmetric about a common median θ.

[edit] Test procedure

The null hypothesis tested is H0: θ = 0. The Wilcoxon signed rank statistic W+ is computed by ordering the absolute values |Z1|, ..., |Zn|, the rank of each ordered |Zi| is given a rank of Ri. Denote \varphi_i = I(Z_i > 0), \, where I(.) is an indicator function. The Wilcoxon signed ranked statistic W+ is defined as

W_+ = \sum_{i=1}^n \varphi_i R_i.\,\!

It is often used to test the difference between scores of data collected before and after an experimental manipulation, in which case the central point under the null hypothesis would be expected to be zero. Scores exactly equal to the central point are excluded and the absolute values of the deviations from the central point of the remaining scores is ranked such that the smallest deviation has a rank of 1. Tied scores are assigned a mean rank. The sums for the ranks of scores with positive and negative deviations from the central point are then calculated separately. A value S is defined as the smaller of these two rank sums. S is then compared to a table of all possible distributions of ranks to calculate p, the statistical probability of attaining S from a population of scores that is symmetrically distributed around the central point.

As the number of scores used, n, increases, the distribution of all possible ranks S tends towards the normal distribution. So although for n ≤ 20, exact probabilities would usually be calculated, for n > 20, the normal approximation is used. The recommended cutoff varies from textbook to textbook — here we use 20 although some put it lower (10) or higher (25).

The Wilcoxon test was popularised by Siegel (1956) in his influential text book on non-parametric statistics. Siegel used the symbol T for the value defined here as S. In consequence, the test is sometimes referred to as the Wilcoxon T test, and the test statistic is reported as a value of T.

[edit] See also

[edit] References

  • Corder, G.W. & Foreman, D.I. (2009) Nonparametric Statistics for Non-Statisticians: A Step-by-Step Approach, New Jersey: Wiley.
  • Siegel, S. (1956). Non-parametric statistics for the behavioral sciences, 75-83 New York: McGraw-Hill.
  • Wilcoxon, F. (1945). Individual comparisons by ranking methods. Biometrics, 1, 80-83.

[edit] External links

[edit] Implementations

  • ALGLIB includes implementation of the Wilcoxon signed-rank test in C++, C#, Delphi, Visual Basic, etc.
  • The free statistical software R includes an implementation of the test as wilcox.test(x,y, paired=TRUE), where x and y are vectors of equal length.
Personal tools