Sha256: af790b89a719d687b6491f1d3647cbc1f14bb974956e1473ab6fd9276ab26d49
Contents?: true
Size: 869 Bytes
Versions: 1
Compression:
Stored size: 869 Bytes
Contents
# 2.0.2 - Support Ruby 3.0 # 2.0.1 - Fix a bug of `histogram` (#9) # 2.0.0 - 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enumerable-statistics-2.0.2 | CHANGELOG.md |