sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

Log Histogram

Open afrodri opened this issue 6 years ago • 1 comments

Histogram statistics are useful, but often require an inordinately large number of bins. There are cases where fixed linear bin widths (e.g. 1-10,11-20,21-30,...) are not necessary and logarithmic bins could be used (e.g. 0-1,1-2,3-4,5-8,9-16,17-32). A new logHistogram statistic type could address this.

afrodri avatar Aug 15 '18 15:08 afrodri

Did anything happen with this?

Do we want a new LogHistogram object? Or an option to the existing histogram to do things logarithmically?

This might be as easy as virtualizing the addData_impl function to pass through log values to the original addData_impl in the regular histogram.

Related to #381

jjwilke avatar Apr 05 '19 16:04 jjwilke