Compute Wilcoxon signed ranks from matched values quickly. See differences, ranks, test scores, and conclusions. Graph outcomes, export tables, and validate paired changes confidently.
| Pair | Before | After | Difference (Before − After) |
|---|---|---|---|
| 1 | 82 | 79 | 3 |
| 2 | 75 | 73 | 2 |
| 3 | 91 | 88 | 3 |
| 4 | 68 | 70 | -2 |
| 5 | 77 | 74 | 3 |
| 6 | 84 | 81 | 3 |
| 7 | 79 | 77 | 2 |
| 8 | 88 | 85 | 3 |
Use the example button above to populate the calculator instantly. This sample is useful for checking data entry, rank assignment, and output formatting.
This calculator applies the Wilcoxon signed-rank paired rank test.
1. Compute the paired difference for each observation:
di = Ai − Bi
2. Remove any pairs where di = 0.
3. Rank the absolute differences |di| from smallest to largest. Tied absolute differences receive average ranks.
4. Add ranks for positive and negative differences separately:
W+ = Σ positive ranks
W− = Σ absolute value of negative ranks
5. For a two-sided test, the test statistic is:
T = min(W+, W−)
6. When exact enumeration is unavailable, the normal approximation is used:
μ = (Σ ranks) / 2
σ = √[(Σ rank²) / 4]
z = (W+ − μ ± continuity correction) / σ
The p value is then compared with the selected alpha level to determine whether the paired distributions show a significant shift.
It checks whether paired observations tend to shift in one direction. The method ranks absolute paired differences and compares positive ranks against negative ranks.
Use it when paired differences are not normally distributed, contain outliers, or are measured on an ordinal scale. It is a robust nonparametric alternative.
Pairs with zero difference are excluded from rank assignment. They do not support either direction, so the effective sample size becomes the number of non-zero pairs.
W+ is the sum of ranks for positive paired differences. W− is the sum of ranks for negative paired differences. Their balance drives the test result.
Exact enumeration is simplest for smaller samples without tied absolute differences. If ties appear or the sample is larger, the calculator switches to a normal approximation.
It summarizes the strength of the paired shift. Larger values indicate a stronger change. This page labels the result as negligible, small, moderate, or large.
Yes. The calculator accepts commas, spaces, semicolons, and line breaks. It converts the pasted text into numeric paired lists automatically.
The Plotly chart displays signed ranks for each pair. Positive bars support higher first-sample values, while negative bars support higher second-sample values.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.