|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.data.statistics.MeanAndStandardDeviation
public class MeanAndStandardDeviation
A simple data structure that holds a mean value and a standard deviation value. This
is used in the DefaultStatisticalCategoryDataset class.
| Constructor Summary | |
|---|---|
MeanAndStandardDeviation(java.lang.Number mean,
java.lang.Number standardDeviation)
Creates a new mean and standard deviation record. |
|
| Method Summary | |
|---|---|
java.lang.Number |
getMean()
Returns the mean. |
java.lang.Number |
getStandardDeviation()
Returns the standard deviation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeanAndStandardDeviation(java.lang.Number mean,
java.lang.Number standardDeviation)
mean - the mean.standardDeviation - the standard deviation.| Method Detail |
|---|
public java.lang.Number getMean()
public java.lang.Number getStandardDeviation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||