| Name | Description | Type | Package | Framework |
| BoxAndWhiskerCalculator | A utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values. | Class | org.jfree.data.statistics | JFreeChart |
|
| BoxAndWhiskerCategoryDataset | A category dataset that defines various medians, outliers and an average value for each item. | Interface | org.jfree.data.statistics | JFreeChart |
|
| BoxAndWhiskerItem | Represents one data item within a box-and-whisker dataset. | Class | org.jfree.data.statistics | JFreeChart |
|
| BoxAndWhiskerXYDataset | An interface that defines data in the form of (x, max, min, average, median) Example: JFreeChart uses this interface to obtain data for AIMS | Interface | org.jfree.data.statistics | JFreeChart |
|
| DefaultBoxAndWhiskerCategoryDataset | A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface. | Class | org.jfree.data.statistics | JFreeChart |
|
| DefaultBoxAndWhiskerXYDataset | A simple implementation of the BoxAndWhiskerXYDataset interface. | Class | org.jfree.data.statistics | JFreeChart |
|
| DefaultMultiValueCategoryDataset | A category dataset that defines multiple values for each item. | Class | org.jfree.data.statistics | JFreeChart |
|
| DefaultStatisticalCategoryDataset | A convenience class that provides a default implementation of the StatisticalCategoryDataset interface. | Class | org.jfree.data.statistics | JFreeChart |
|
| HistogramBin | A bin for the HistogramDataset class. | Class | org.jfree.data.statistics | JFreeChart |
|
| HistogramDataset | A dataset that can be used for creating histograms. | Class | org.jfree.data.statistics | JFreeChart |
|
| HistogramType | A class for creating constants to represent the histogram type. | Class | org.jfree.data.statistics | JFreeChart |
|
| MeanAndStandardDeviation | A simple data structure that holds a mean value and a standard deviation value. | Class | org.jfree.data.statistics | JFreeChart |
|
| MultiValueCategoryDataset | A category dataset that defines multiple values for each item. | Interface | org.jfree.data.statistics | JFreeChart |
|
| Regression | A utility class for fitting regression curves to data. | Class | org.jfree.data.statistics | JFreeChart |
|
| SimpleHistogramBin | A bin for the SimpleHistogramDataset. | Class | org.jfree.data.statistics | JFreeChart |
|
| SimpleHistogramDataset | A dataset used for creating simple histograms with custom defined bins. | Class | org.jfree.data.statistics | JFreeChart |
|
| StatisticalCategoryDataset | A category dataset that defines a mean and standard deviation value for java. | Interface | org.jfree.data.statistics | JFreeChart |
|
| Statistics | A utility class that provides some common statistical functions. | Class | org.jfree.data.statistics | JFreeChart |
|
| LogHistogramDataset | A HistogramDataset that returns the log of the count in each bin (plus one), so as to have a logarithmic plot. | Class | org.jfree.data.statistics | Fiji |