|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Interface Summary | |
|---|---|
| AdaptiveHistogram.ValueConversion | Auxiliary interface for inline functor object. |
| Class Summary | |
|---|---|
| AdaptiveHistogram | This class implements a histogram that adapts to an unknown data distribution. |
| Cell | Contains the data of a histogram node. |
| HistogramDataNode | The HistogramDataNode stores the histogram data for a range of values. |
| HistogramForkNode | The HistogramForkNode splits the data range in two at a given value, pointing to two subtrees, one for values smaller than the split value, and one for values larger than the split value. |
| HistogramNode | A HistogramNode is the building block for the histogram data structure and provides a common inteface for both the data and the fork nodes. |
This package provides a histogram that adapts to any data distribution.
It has the following features:
The following statistics are available:
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||