Add some basic descriptive statistics to your Enumerable module
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).
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
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).
Post a comment