Module org.jfree.chart
Package org.jfree.data.statistics
Classes for representing statistical data.
-
Interface Summary Interface Description BoxAndWhiskerCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A category dataset that defines various medians, outliers and an average value for each item.BoxAndWhiskerXYDataset<S extends Comparable<S>> An interface that defines data in the form of (x, max, min, average, median) tuples.MultiValueCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A category dataset that defines multiple values for each item.StatisticalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A category dataset that defines a mean and standard deviation value for each item. -
Class Summary Class Description BoxAndWhiskerCalculator A utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values...all from an arbitrary list ofNumberobjects.BoxAndWhiskerItem Represents one data item within a box-and-whisker dataset.DefaultBoxAndWhiskerCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.DefaultBoxAndWhiskerXYDataset<S extends Comparable<S>> A simple implementation of theBoxAndWhiskerXYDatasetinterface.DefaultMultiValueCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A category dataset that defines multiple values for each item.DefaultStatisticalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A convenience class that provides a default implementation of theStatisticalCategoryDatasetinterface.HistogramBin A bin for theHistogramDatasetclass.HistogramDataset A dataset that can be used for creating histograms.MeanAndStandardDeviation A simple data structure that holds a mean value and a standard deviation value.Regression A utility class for fitting regression curves to data.SimpleHistogramBin A bin for theSimpleHistogramDataset.SimpleHistogramDataset<K extends Comparable<K>> A dataset used for creating simple histograms with custom defined bins.Statistics A utility class that provides some common statistical functions. -
Enum Summary Enum Description HistogramType Enum to represent the histogram type.