Sha256: 0a26aaf812076264cf55ff355b80ccd2311b76f7dc33690e67b8ca8802cd3171
Contents?: true
Size: 629 Bytes
Versions: 1
Compression:
Stored size: 629 Bytes
Contents
# 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-1.0.1 | CHANGELOG.md |