HypothesisTests.jl icon indicating copy to clipboard operation
HypothesisTests.jl copied to clipboard

Implement efficient pure Julia algorithm for Wilcoxon tests

Open simonster opened this issue 11 years ago • 0 comments

We currently use Rmath for exact Wilcoxon tests without tied ranks and exhaustive enumeration of permutations when there are tied ranks. It would be great to have a pure Julia implementation of a fast algorithm, e.g., http://www.jstor.org/stable/2530927

simonster avatar Feb 27 '14 18:02 simonster