| org.jfree.data.statistics.BoxAndWhiskerCategoryDataset |
Known Indirect Subclasses
|
A category dataset that defines various medians, outliers and an average value for each item.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the maximum outlier (non-farout) for an item.
| |||||||||||
Returns the maximum outlier (non-farout) for an item.
| |||||||||||
Returns the maximum regular (non-outlier) value for an item.
| |||||||||||
Returns the maximum regular (non-outlier) value for an item.
| |||||||||||
Returns the mean value for an item.
| |||||||||||
Returns the average value for an item.
| |||||||||||
Returns the median value for an item.
| |||||||||||
Returns the median value for an item.
| |||||||||||
Returns the minimum outlier (non-farout) for an item.
| |||||||||||
Returns the minimum outlier (non-farout) for an item.
| |||||||||||
Returns the minimum regular (non-outlier) value for an item.
| |||||||||||
Returns the minimum regular (non-outlier) value for an item.
| |||||||||||
Returns a list of outlier values for an item.
| |||||||||||
Returns a list of outlier values for an item.
| |||||||||||
Returns the q1median value for an item.
| |||||||||||
Returns the q1median value for an item.
| |||||||||||
Returns the q3median value for an item.
| |||||||||||
Returns the q3median value for an item.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.jfree.data.KeyedValues2D
| |||||||||||
From interface
org.jfree.data.Values2D
| |||||||||||
From interface
org.jfree.data.general.Dataset
| |||||||||||
Returns the maximum outlier (non-farout) for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the maximum outlier (non-farout) for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the maximum regular (non-outlier) value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the maximum regular (non-outlier) value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the mean value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the average value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the median value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the median value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the minimum outlier (non-farout) for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the minimum outlier (non-farout) for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the minimum regular (non-outlier) value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the minimum regular (non-outlier) value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns a list of outlier values for an item. The list may be empty,
but should never be null.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns a list of outlier values for an item. The list may be empty,
but should never be null.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the q1median value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the q1median value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the q3median value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the q3median value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |