framework icon indicating copy to clipboard operation
framework copied to clipboard

Add Kruskal-Wallis and Friedman Tests for non-parametric data

Open ismael-mendes opened this issue 5 years ago • 0 comments

What would you like to submit? (put an 'x' inside the bracket that applies)

  • [ ] question
  • [ ] bug report
  • [x] feature request

Issue description

When working with three or more groups it's necessary to test whether samples originate from the same distribution (if independents) or detect differences in treatments across multiple test attempts (if dependents). So, I can't find the Kruskal–Wallis Test and the Friedman Test on Accord.Statistics.Testing. I think it's necessary implement these tests to perform that.

ismael-mendes avatar Aug 03 '20 22:08 ismael-mendes