Loading…

Wilcoxon Signed Rank Test ( Two Dependent Samples )

Statistics • Nonparametric Methods

View all topics

Wilcoxon Signed-Rank Test (Two Dependent Samples)

Paired nonparametric test using signed ranks of differences.

Ready

Mode & options

Compute \(d_i=A_i-B_i\), rank \(|d_i|\) (ignoring zeros), attach signs, and use \(W^+\) (sum of positive ranks).

Data

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does the Wilcoxon signed-rank test check for paired samples?

It tests whether the median of paired differences is 0 (or another hypothesized shift) without assuming the differences are normally distributed. It uses both the sign and the rank of the absolute differences.

How is W+ computed in the signed-rank test?

Compute d_i = A_i - B_i, remove zero differences, rank |d_i|, then sum the ranks where d_i > 0 to get W+. The calculator also tracks negative ranks and shows the full signed-rank table.

When does this calculator use an exact p-value versus a normal approximation?

Exact p-values are feasible for small n when the absolute differences have no ties in |d_i|. If ties are present or n is larger, the calculator can use a tie-corrected normal approximation (or Auto to choose).

What should I do with zero differences in paired data?

The standard approach is to ignore zeros by excluding them from the ranks, which reduces the effective sample size. You can also keep zeros in the table for transparency while still excluding them from the ranked sums.

What is the Hodges-Lehmann estimate shown by this calculator?

It is a robust estimate of the typical paired shift, reported as a single interpretable effect size rather than only a p-value. When enabled, the calculator also provides a bootstrap confidence interval based on repeated resampling.