A Library that allows calculation of probabilities and properties of binomial experiments
I recently needed to do a few calculations of properties of binomially distributed random variables for my statistics class. Naturally, I wrote the code in Ruby and found it pretty useful, so I refactored the relevant parts and released a gem: bernoulli. The library is quite stable and extremely simple. All available methods are documented and a few example usages are given on the homepage.
Post a comment