FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

[Feature Request] Wilcoxon signed ranked test

Open bvenn opened this issue 3 years ago • 4 comments

A Wilcoxon test compares two samples deriving from non-parametric distributions. While a test for multiple samples exists in FSharp.Stats (H-test), a test for two samples is missing.

  • [x] Wilcoxon test
  • [ ] Mann–Whitney U test
  • [x] documentation
  • [x] unit tests

bvenn avatar Apr 05 '21 09:04 bvenn

I have to clarify myself since I noticed there are two versions that easily get mixed up.

  1. Mann–Whitney U test that tests two independent samples
  2. Wilcoxon signed-rank test that tests dependent samples

None of these are implemented in FSharp.Stats at the moment.

bvenn avatar Apr 08 '21 13:04 bvenn

I'm working atm. on the implementation of the Mann-Whitney U test.

omaus avatar Apr 12 '21 14:04 omaus

I'm working on the wilcoxon signed-rank test.

zieglerSe avatar Jul 12 '21 15:07 zieglerSe

Wilcoxon test is implemented with documentation and unit tests. @omaus, what is the status of the Mann-Whitney U test?

bvenn avatar Jan 25 '22 20:01 bvenn