array_stats icon indicating copy to clipboard operation
array_stats copied to clipboard

percentile indexing issue

Open ghazel opened this issue 12 years ago • 1 comments

[412, 10].percentile(90)
NoMethodError: undefined method `-' for nil:NilClass

ghazel avatar Mar 21 '13 00:03 ghazel

I fixed this in my pull request (https://github.com/bkoski/array_stats/pull/3)

spra85 avatar Aug 28 '13 19:08 spra85