hi,
I wrote a libray on probability distributions (both discrete and continuous) including ;
- binomial
- negative binomial
- geometric
- hypergeometric
- poisson
- uniform
- normal
- exponential
- gamma
I hope it would be helpful on your projects.
edit : the package is also uploaded to hackage platform
github
9 Likes
Nice to see! How does it meaningfully differ from the distribution modules in statistics: A library of statistical types, data, and functions ?
1 Like
Thanks. Actually, Statistic packages you linked are much more detailed than mine.
I just aimed a small, light package with minimalist approach.
1 Like
Nothing wrong with that! Nice work 
2 Likes