Java org.jfree.data.statistics StatisticalCategoryDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.statistics StatisticalCategoryDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.statistics StatisticalCategoryDataset.

The text is from its open source code.

Implementation

org.jfree.data.statistics.StatisticalCategoryDataset has the following implementations.
Click this link to see all its implementation.

Method

NumbergetMeanValue(int row, int column)
Returns the mean value for an item.
NumbergetMeanValue(Comparable rowKey, Comparable columnKey)
Returns the mean value for an item.
NumbergetStdDevValue(int row, int column)
Returns the standard deviation value for an item.
NumbergetStdDevValue(Comparable rowKey, Comparable columnKey)
Returns the standard deviation value for an item.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value associated with the specified keys.