RustQuant
RustQuant copied to clipboard
`statistics`: finish `Distribution` trait impls.
Need to write doc-tests for the remaining distributions:
- [x] Bernoulli
- [x] Binomial
- [x] Chi-Squared
- [x] Exponential <-- In progress.
- [ ] Gamma
- [x] Gaussian
- [x] Poisson
- [x] Uniform