We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f7e1d commit ea9ab17Copy full SHA for ea9ab17
README.md
@@ -46,6 +46,8 @@ The following methods are supplied by this library:
46
- Calculates a percentile or percentiles of values in an array
47
- `Array#value_counts`, `Enumerable#value_counts`, and `Hash#value_counts`
48
- Count how many items for each value in the container
49
+- `Array#histogram`
50
+ - Calculate histogram of the values in the array
51
52
Moreover, for Ruby < 2.4, `Array#sum` and `Enumerable#sum` are provided.
53
0 commit comments