bundles / scipy latest / scipy / stats / _hypotests / _get_wilcoxon_distr2
function
scipy.stats._hypotests:_get_wilcoxon_distr2
source: /scipy/stats/_hypotests.py :687
Signature
def _get_wilcoxon_distr2 ( n ) Summary
Distribution of probability of the Wilcoxon ranksum statistic r_plus (sum of ranks of positive differences). Returns an array with the probabilities of all the possible ranks r = 0, ..., n*(n+1)/2 This is a slower reference function References ---------- .. [1] 1. Harris T, Hardin JW. Exact Wilcoxon Signed-Rank and Wilcoxon Mann-Whitney Ranksum Tests. The Stata Journal. 2013;13(2):337-343.
Aliases
-
scipy.stats._hypotests._get_wilcoxon_distr2