Sha256: 232e74d69d5cf7a1dac7ce72360c67fec14669616979ee780ce259173a71ff28
Contents?: true
Size: 802 Bytes
Versions: 2
Compression:
Stored size: 802 Bytes
Contents
# 2.0.0-pre - Add `value_counts` method in Array, Hash, and Enumerable - Add `median` method in Array - Add `percentile` method in Array - Add `histogram` method in Array # 1.0.1 - Add `mean_variance` method in Array class and Enumerable module - Add optimized implementation of `mean_variance` method for a Hash - Add the following methods, implemented by using `mean_variance`, in Array class and Enumerable module - `mean` - `variance` - `stddev` - `mean_stddev` - Add `sum` method in Array class and Enumerable module when Ruby < 2.4, that is almost same as introduced in Ruby 2.4 - Add optimized implementation of `sum` method for a Range with integer ends and a Hash, that is almost same as introduced in Ruby 2.4 # 1.0.0 - This version was yanked due to documentation issue
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enumerable-statistics-2.0.0 | CHANGELOG.md |
enumerable-statistics-2.0.0.pre | CHANGELOG.md |