array_stats
array_stats copied to clipboard
percentile indexing issue
[412, 10].percentile(90)
NoMethodError: undefined method `-' for nil:NilClass
I fixed this in my pull request (https://github.com/bkoski/array_stats/pull/3)