clbustos / distribution

Statistical Distributions multi library wrapper. Uses Ruby by default and C (statistics2/GSL) or Java extensions where available.
Other
141 stars 52 forks source link

Added Hypergeometric distribution #1

Closed translunar closed 13 years ago

translunar commented 13 years ago

Passes test for pdf, haven't written other tests yet. Fixed a few typos as well. The Ruby method is slow, but GSL seems to work fine. There are ways to improve the Ruby method which I may add later.

clbustos commented 13 years ago

Pulled and merged