public interface StatisticalCategoryDataset extends CategoryDataset
| Modifier and Type | Method and Description |
|---|---|
Number |
getMeanValue(Comparable rowKey,
Comparable columnKey)
Returns the mean value for an item.
|
Number |
getMeanValue(int row,
int column)
Returns the mean value for an item.
|
Number |
getStdDevValue(Comparable rowKey,
Comparable columnKey)
Returns the standard deviation value for an item.
|
Number |
getStdDevValue(int row,
int column)
Returns the standard deviation value for an item.
|
getColumnIndex, getColumnKey, getColumnKeys, getRowIndex, getRowKey, getRowKeys, getValuegetColumnCount, getRowCount, getValueaddChangeListener, getGroup, removeChangeListener, setGroupNumber getMeanValue(int row, int column)
row - the row index (zero-based).column - the column index (zero-based).null).Number getMeanValue(Comparable rowKey, Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.null).Number getStdDevValue(int row, int column)
row - the row index (zero-based).column - the column index (zero-based).null).Number getStdDevValue(Comparable rowKey, Comparable columnKey)
rowKey - the row key.columnKey - the columnKey.null).Copyright © 2001–2014 JFree.org. All rights reserved.