physt
physt copied to clipboard
Python histogram library - histograms as updateable, fully semantic objects with visualization tools. [P]ython [HYST]ograms.
Only an idea yet, but it would be nice to be able to understand the distribution also in the console...
If the computed range for the binning divided by the number of bins is lower than the minimum float difference at the scale, we receive an error `[ValueError: Bins not...
Address #74
Inspired by http://stackoverflow.com/questions/18091694/monte-carlo-simulation-with-python-building-a-histogram-on-the-fly?rq=1 - enable to have histogram with fixed-width bins that grows when underflow/overflow is encountered. A sparse variant can also exist.