Package com.flaptor.hist4j

This package provides a histogram that adapts to any data distribution.

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.
 

Package com.flaptor.hist4j Description

This package provides a histogram that adapts to any data distribution.

It has the following features:

The following statistics are available:

Author:
Jorge Handl