Sha256: e6d9544a3ed084aaac021e59783bdb250c6dfc279ebdca289176f036254457ae
Contents?: true
Size: 820 Bytes
Versions: 1
Compression:
Stored size: 820 Bytes
Contents
## v0.1.0 * Major reorganization! All files now in directories named after their corresponding discipline (as sort of defined by Wikipedia). * Added skewness. * Mean methods now now use the sum method. * Minor reorganization of tests. * Changed Gemfile source to https. * Added index of dispersion. ## v0.0.4 * Added percentile. * Added interquartile range. ## v0.0.3 * Better mode algorithm. * Fixed geometric mean test to test for realness instead of NaN because Ruby 1.9+ returns complex number instead of NaN when there's negative numbers in the set. * Made array.rb load all files automatically instead of listing them manually. * Added sum. * Added product. * Added range. * Added coefficient of variation. ## v0.0.2 * Added standard deviation. ## v0.0.1 * Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rstat-0.1.0 | CHANGELOG.md |