active_median
active_median copied to clipboard
Median and percentile for Active Record, Mongoid, arrays, and hashes
Results
2
active_median issues
Sort by
recently updated
recently updated
newest added
Please create a new issue to discuss any ideas or share your own. - [ ] Add support for `mode` - [ ] Add support for approximate calculations with [t-digest](https://github.com/tvondra/tdigest)...
While checking out your active median, I noticed one missing feature that I would like. When doing percentile calculations, it's often across a set of percentiles. Something like `Model.percentile(:value, [0.1,...