Wilcoxon Signed Rank Test:
From: | To: |
The Wilcoxon Signed Rank Test is a non-parametric statistical hypothesis test used to compare two related samples or repeated measurements on a single sample. It's an alternative to the paired Student's t-test when the data cannot be assumed to be normally distributed.
The calculator uses the Wilcoxon Signed Rank Test formula:
Where:
Steps:
Details: Use this test when:
Tips: Enter pairs of measurements separated by commas, with each pair separated by spaces or new lines. For example: "5,6 7,8 9,10" or "5,6\n7,8\n9,10".
Q1: What's the difference between Wilcoxon and t-test?
A: The t-test assumes normality and tests means, while Wilcoxon doesn't assume normality and tests medians.
Q2: How to interpret the T statistic?
A: Compare T to critical values from Wilcoxon tables. If T ≤ critical value, reject the null hypothesis.
Q3: What if there are ties in the data?
A: This calculator uses average ranks for tied values, which is the standard approach.
Q4: What's the minimum sample size needed?
A: Typically at least 6 pairs are needed for reliable results with this test.
Q5: Can I use this for unpaired data?
A: No, for unpaired data use the Wilcoxon rank-sum test (Mann-Whitney U test).