Calculating a histogram on a streaming data - Online histogram calculation

Viewed 3509

I am looking for an algorithm to generate a histogram over a large amount of streaming data, the max and min are not known in advance but standard deviation and mean are in a particular range.

I appreciate your ideas.

Cheers,

3 Answers
Related