scipy.stats.wilcoxon

scipy.stats.wilcoxon(x, y=None)

Calculates the Wilcoxon signed-rank test for the null hypothesis that two samples come from the same distribution. A non-parametric T-test. (need N > 20)

Returns: t-statistic, two-tailed p-value

Previous topic

scipy.stats.ranksums

Next topic

scipy.stats.kruskal

This Page

Quick search