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, getValue
getColumnCount, getRowCount, getValue
addChangeListener, getGroup, removeChangeListener, setGroup
Number 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
).Jas4pp 1.5 © Java Analysis Studio for Particle Physics