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 Weibull Distribution, and fixed various syntactical errors #8

Closed dacohen closed 11 years ago

dacohen commented 11 years ago

I added support for the Weibull Distribution, which is very useful for failure analysis in engineering fields. While implementing this, I also fixed a few syntactical errors in the existing codebase which I became aware of.

Great library, keep up the good work!

clbustos commented 11 years ago

Oh, thanks!