fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

[Feature Request] Complete the implementaion of the Poisson distribution #220

Closed Falkenei closed 1 year ago

Falkenei commented 2 years ago

At the moment only the PDF of the Poisson distribution is implememted. Also the there is no if match case implemented in the PDF, which could results in incorrect input that is not caught.