List view
This will continue the overhaul of the `zprob` module to be more like [`rand_distr`](https://github.com/rust-random/rand_distr) and [`statrs`](https://github.com/statrs-dev/statrs). **Roadmap:** - Update LICENSE to MIT after transition to `rand_distr`/`statrs`-like implementations for distributions (both are MIT licensed) - The distributions API will remain largely the same, but we may pass in a random generator to sampling functions instead of initializing a distribution with one - Implement additional distributions available in `rand_distr`/`statrs` but are missing from `zprob` - Implement mean/variance functions for distributions - Utility functions for calculating statistics (sample mean, sample stddev, etc.)
No due date•1/1 issues closed