Skip to content

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

@zross

Description

@zross

Checklist

  • Read and understood the Code of Conduct.
  • Searched for existing issues and pull requests.
  • 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)

Metadata

Metadata

Assignees

Labels

RFCRequest for comments. Feature requests and proposed changes.StatisticsIssue or pull request related to statistical functionality.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions