stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

RFC: Mann Whitney U test (Wilcoxon rank sum test)

Open zross opened this issue 5 years ago • 1 comments

Checklist

  • [x] Read and understood the Code of Conduct.
  • [x] Searched for existing issues and pull requests.
  • [x] The issue name begins with RFC:.

Description

Perhaps it's possible to include the Mann-Whitney U test. I'm seeing the Kruskal test which is close!

For reference, in R this is:

wilcox.test(var~grp, paired = FALSE)

zross avatar Apr 17 '20 17:04 zross

A possible js implementation: https://gist.github.com/gungorbudak/1c3989cc26b9567c6e50

zross avatar Apr 17 '20 17:04 zross