array_stats
array_stats copied to clipboard
Simple mean, median, percentile, and sum statistics for Ruby Arrays
Results
2
array_stats issues
Sort by
recently updated
recently updated
newest added
Windows newlines on Rakefile. There are other files formatted for Win if you want me to fix those. You can reject the Rakefile if you don't like the Unix format....
``` ruby [412, 10].percentile(90) NoMethodError: undefined method `-' for nil:NilClass ```