statrs-dev / statrs

Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
546 stars 78 forks source link

Interest in ranksum and mannwhitney u? #182

Open noamteyssier opened 1 year ago

noamteyssier commented 1 year ago

Hello!

I need to write up an implementation of a mann-whitney u test for a project I am working on and was wondering if there would be interest in introducing statistical tests like this into the crate?

YeungOnion commented 2 months ago

167 is a PR introducing tests statistics (for fisher exact test)

I think tests should be in the project domain, @henryjac?