Interface Histogram

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  Histogram.Iter
      Array iterator.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CACHE_SHIFT
      This parameter controls the cache size used for dynamic histograms before setting the initial thresholds.
    • Field Detail

      • CACHE_SHIFT

        static final int CACHE_SHIFT
        This parameter controls the cache size used for dynamic histograms before setting the initial thresholds.
        See Also:
        Constant Field Values
    • Method Detail

      • getNumBins

        int getNumBins()
        Get the number of bins actually in use.
        Returns:
        number of bins
      • getBinsize

        double getBinsize()
        Get the size (width) of a bin.
        Returns:
        bin size
      • getCoverMinimum

        double getCoverMinimum()
        Get minimum (covered by bins, not data!)
        Returns:
        minimum
      • getCoverMaximum

        double getCoverMaximum()
        Get maximum (covered by bins, not data!)
        Returns:
        maximum
      • iter

        Histogram.Iter iter()
        Get an iterator over all histogram bins.
        Returns:
        Iterator