Python implementation of the following discretiation algorithms:
- Square-root choice
- Sturges' formula
- Rice Rule
- Doane's formula
- Scott's normal reference rule
- Freedman–Diaconis' choice
https://en.wikipedia.org/wiki/Histogram#Number_of_bins_and_width
python demo.py
- pandas
- numpy
- scipy