prob
prob copied to clipboard
Add more distributions
Will probably update this list as I come up with more. I'd like at least the following added:
Continuous
- [x] Cauchy
- [x] Chi-Square
- [x] Exponential
- [x] Gamma
- [x] Normal
- [x] Pareto
- [x] Student's T
- [x] Uniform
- [x] Weibull
- [x] Beta
- [x] Logistic
- [x] Log-Normal
- [ ] F
- [ ] Laplace
Added Cauchy but needs better tests. See #5.
@atgjack I would also suggest using this implementation of Hypergeometric: https://stackoverflow.com/a/24004951