metric icon indicating copy to clipboard operation
metric copied to clipboard

More efficient approximate histogram

Open brjoha opened this issue 6 years ago • 0 comments

I think this solution may be more optimal than the one you have now.

https://stackoverflow.com/questions/8180336/histogram-approximation-for-streaming-data/8369381

It also consolidates bins when a sample doesn't fit into the last bin, but otherwise adds are O(1).

brjoha avatar Aug 07 '19 20:08 brjoha