Uses of Class
ProGAL.statistics.Histogram

Packages that use Histogram
ProGAL.statistics   
 

Uses of Histogram in ProGAL.statistics
 

Methods in ProGAL.statistics that return Histogram
static Histogram Histogram.createBalancedHistogram(java.util.List<java.lang.Double> values, int bins)
          Construct an IrregularHistogram with min-value and bin-widths such that each bin contains roughly the same number of values if the values are added.