Add some basic descriptive statistics to your Enumerable module
Posted by Derrick Parkhurst on June 16, 2012 — 0 comments
I just launched the Descriptive Statistics gem that will allow you to basic statistics on data stored in arrays. For example data.standard_deviation or data.percentile(50).
Comments