haskell / statistics

A fast, high quality library for computing with statistics in Haskell.
http://hackage.haskell.org/package/statistics
BSD 2-Clause "Simplified" License
300 stars 68 forks source link

Implement negative binomial distribution #198

Closed lorinder closed 1 year ago

lorinder commented 1 year ago

This change implements the negative binomial distribution.

Fixes #98

Shimuuar commented 1 year ago

LGTM! Sorry for the wait