ruby-mini-histogram

build histograms out of Ruby arrays
  https://github.com/zombocom/mini_histogram
  0
  no reviews



It makes histograms out of Ruby data.

Alternatives to this library include enumerable-statistics. But this gem does not require a native extension compilation (faster to install, but performance is slower), and this gem does not extend or monkeypatch any core classes.