Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.stats.Histogram

Packages that use Histogram
com.jivesoftware.base.stats Core reporting engine classes and interfaces. 
com.jivesoftware.base.stats.util Utility classes for the Jive Platform reporting engine. 
 

Uses of Histogram in com.jivesoftware.base.stats
 

Methods in com.jivesoftware.base.stats that return Histogram
 Histogram Histogram.getCountHistogram(BinSequence binSequence, LongElement minElement, LongElement maxElement)
          Get a Histogram of the counts for the current histogram.
 Histogram Histogram.getHistogram(BinSequence binSequence, Element minElement, Element maxElement)
          Get a new Histogram with the given set of bins.
 Histogram[] AbstractReport.getHistograms()
           
 Histogram[] Report.getHistograms()
           
 

Methods in com.jivesoftware.base.stats with parameters of type Histogram
protected  void AbstractReport.addHistogram(Histogram histogram)
           
static void ChartWriter.writeChart(Report report, Chart reportChart, Histogram hist, java.io.File outputDir, java.lang.String filename)
          Create a graph of a report.
 

Uses of Histogram in com.jivesoftware.base.stats.util
 

Methods in com.jivesoftware.base.stats.util with parameters of type Histogram
static long[] HistogramUtils.toFilteredOutlierArray(Histogram hist)
           
static long[] HistogramUtils.toFilteredOutlierArray(Histogram hist, int stddevFactor)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.