statrs-dev / statrs

Statistical computation library for Rust
https://docs.rs/statrs/latest/statrs/
MIT License
599 stars 84 forks source link

Implement Dirichlet distribution #20

Closed boxtown closed 7 years ago

boxtown commented 8 years ago

Implement first multinomial distribution (Dirichlet)

boxtown commented 8 years ago

punting on this because #17 is a lot more work than anticipated

boxtown commented 7 years ago

https://en.wikipedia.org/wiki/Dirichlet_distribution

https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Distributions/Dirichlet.cs

boxtown commented 7 years ago

completed