statrs-dev / statrs

Statistical computation library for Rust

Home Page:https://docs.rs/statrs/latest/statrs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement FisherSnedecor inverse CDF

TheIronBorn opened this issue · comments

since statrs has a inv_beta_reg function an inverse CDF for the F/Fisher-Snedecor distribution should be relatively quick and easy

I think that would be great, we definitely want inverse implementations over the binary search.