Skip to content

Histogram: class for accumulating binned value counts and outliers #2389

@bukkideme

Description

@bukkideme

The recent histogram method requires an already existing double array.
I started to think about a special method we could call it Rolling Histogram, or like Point by point Histogram as they call such things in LabVIEW (for example https://www.ni.com/docs/en-US/bundle/labview/page/ptbypt/prob_and_stat_vis_ptbypt.html, ) where we can Enqueue values, and the histogram bin counts are automatically refreshed at each iterations. We do not want to store the data array (would cause a memory leak on long term run), but only the counts for the bins.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions