Uses of Class
suramadu.util.stats.HistogramBin

Packages that use HistogramBin
suramadu.util.stats   
 

Uses of HistogramBin in suramadu.util.stats
 

Methods in suramadu.util.stats that return HistogramBin
 HistogramBin Histogram.getMode()
          Gets the HistogramBin from this Histogram that contains the most values.
 HistogramBin HistogramBinSpec.getBin(java.lang.Number n)
          Find the HistogramBin in this HistogramBinSpec in which the specified Number object resides.
 HistogramBin HistogramBinSpec.getModeBin()
          Get the HistogramBin whose count has the greatest value.
 

Methods in suramadu.util.stats with parameters of type HistogramBin
 boolean HistogramBin.overlaps(HistogramBin bin)
          Determines if the specified HistogramBin overlaps this HistogramBin.
 boolean HistogramBinSpec.addBin(HistogramBin bin)
          Adds a bin to the HistogramBinspec.
 

Constructors in suramadu.util.stats with parameters of type HistogramBin
HistogramBinSpec(HistogramBin[] bins)
          Creates a new HistogramBinSpec using the specified array of HistogramBins.