Uses of Class
org.expasy.jpl.commons.collection.stat.HistogramDataSet

Packages that use HistogramDataSet
org.expasy.jpl.commons.collection.render Provides interfaces and renderers for image rendering of collections. 
org.expasy.jpl.commons.collection.stat Provides interfaces and objects for statistical data. 
 

Uses of HistogramDataSet in org.expasy.jpl.commons.collection.render
 

Methods in org.expasy.jpl.commons.collection.render with parameters of type HistogramDataSet
 void HistogramDataSetRenderer.addDataSet(HistogramDataSet histo, String title)
          Add the statistical data set (default colors: 1st serie (blue), 2nd serie (red)).
 void HistogramDataSetRenderer.addDataSet(HistogramDataSet histo, String title, Color color)
          Add the statistical data set.
 void HistogramDataSetRenderer.exportChart(HistogramDataSet histo, String title, String filename)
          Export as image file.
 BufferedImage HistogramDataSetRenderer.render(HistogramDataSet histo, String title)
          Create an image corresponding to the given MS spectrum.
static org.jfree.data.xy.IntervalXYDataset HistogramDataSetRenderer.toXYDataset(HistogramDataSetExporter exporter, String title, HistogramDataSet histo)
          Convert the histogram for jfreechart display (add values and weights).
 

Uses of HistogramDataSet in org.expasy.jpl.commons.collection.stat
 

Methods in org.expasy.jpl.commons.collection.stat that return HistogramDataSet
 HistogramDataSet HistogramDataSet.Builder.build()
          Build an instance of BinnedPeakListImpl.
static HistogramDataSet HistogramDataSet.smoothHisto(HistogramDataSet histo)
           
static HistogramDataSet HistogramDataSet.smoothHisto(HistogramDataSet histo, int windowWidth)
          A local smoothing by medians, of given window size is applied to the given histogram.
static HistogramDataSet ProbDistLGUtils.toHistogram(LaplaceGaussRandomVar var)
           
 

Methods in org.expasy.jpl.commons.collection.stat with parameters of type HistogramDataSet
 void HistogramDataSetExporter.export(HistogramDataSet histo, String filename)
           
static HistogramDataSet HistogramDataSet.smoothHisto(HistogramDataSet histo)
           
static HistogramDataSet HistogramDataSet.smoothHisto(HistogramDataSet histo, int windowWidth)
          A local smoothing by medians, of given window size is applied to the given histogram.
 

Constructors in org.expasy.jpl.commons.collection.stat with parameters of type HistogramDataSet
StatisticalCategory(HistogramDataSet histo, double from, double to)
           
StatisticalCategory(HistogramDataSet histo, Interval interval)
           
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.