Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jfree.data.statistics Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
BoxAndWhiskerCalculatorA utility class that calculates the mean, median, quartiles Q1 and Q3, plus a list of outlier values.Classorg.jfree.data.statisticsJFreeChart
BoxAndWhiskerCategoryDatasetA category dataset that defines various medians, outliers and an average value for each item.Interfaceorg.jfree.data.statisticsJFreeChart
BoxAndWhiskerItemRepresents one data item within a box-and-whisker dataset.Classorg.jfree.data.statisticsJFreeChart
BoxAndWhiskerXYDatasetAn interface that defines data in the form of (x, max, min, average, median) Example: JFreeChart uses this interface to obtain data for AIMSInterfaceorg.jfree.data.statisticsJFreeChart
DefaultBoxAndWhiskerCategoryDatasetA convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.Classorg.jfree.data.statisticsJFreeChart
DefaultBoxAndWhiskerXYDatasetA simple implementation of the BoxAndWhiskerXYDataset interface.Classorg.jfree.data.statisticsJFreeChart
DefaultMultiValueCategoryDatasetA category dataset that defines multiple values for each item.Classorg.jfree.data.statisticsJFreeChart
DefaultStatisticalCategoryDatasetA convenience class that provides a default implementation of the StatisticalCategoryDataset interface.Classorg.jfree.data.statisticsJFreeChart
HistogramBinA bin for the HistogramDataset class.Classorg.jfree.data.statisticsJFreeChart
HistogramDatasetA dataset that can be used for creating histograms.Classorg.jfree.data.statisticsJFreeChart
HistogramTypeA class for creating constants to represent the histogram type.Classorg.jfree.data.statisticsJFreeChart
MeanAndStandardDeviationA simple data structure that holds a mean value and a standard deviation value.Classorg.jfree.data.statisticsJFreeChart
MultiValueCategoryDatasetA category dataset that defines multiple values for each item.Interfaceorg.jfree.data.statisticsJFreeChart
RegressionA utility class for fitting regression curves to data.Classorg.jfree.data.statisticsJFreeChart
SimpleHistogramBinA bin for the SimpleHistogramDataset.Classorg.jfree.data.statisticsJFreeChart
SimpleHistogramDatasetA dataset used for creating simple histograms with custom defined bins.Classorg.jfree.data.statisticsJFreeChart
StatisticalCategoryDatasetA category dataset that defines a mean and standard deviation value for java.Interfaceorg.jfree.data.statisticsJFreeChart
StatisticsA utility class that provides some common statistical functions.Classorg.jfree.data.statisticsJFreeChart
LogHistogramDatasetA HistogramDataset that returns the log of the count in each bin (plus one), so as to have a logarithmic plot.Classorg.jfree.data.statisticsFiji