math/rubygem-enumerable-statistics: update to 2.0.7
Changelog:
https://github.com/mrkn/enumerable-statistics/blob/master/CHANGELOG.md
2.0.7
Fix the bug of histogram with bin range that is smaller than value range
2.0.6
Add edges parameter in histogram Rename parameter in histogram to fix typo: weight to weights
2.0.5
Add weighted histogram support
2.0.4
Add find_min, find_max, argmin, argmax methods Fix nbin=:auto case in histogram method
2.0.3
Ractor-safe version
2.0.2
Support Ruby 3.0