Use histograms with logarithmicly-sized bins
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Wed, 4 Nov 2009 22:15:06 +0000 (17:15 -0500)
committerBenjamin Poirier <benjamin.poirier@polymtl.ca>
Fri, 18 Dec 2009 19:03:29 +0000 (14:03 -0500)
These are very cool and fancy! In a single pass you get good resolution for
small values (not all lumped in one bin) without wasting many small bins for
large values. You also do no loose any values at all thanks to underflow and
overflow bins at each end. Number of bins is configurable.

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>

No differences found
This page took 0.025745 seconds and 4 git commands to generate.