|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
double |
getMax()
Get the maximum datum. |
double |
getMean()
Get the mean of the data. |
double |
getMin()
Get the minimum datum. |
int |
getN()
Get the number of items in the series. |
java.lang.String |
getName()
|
double |
getStdDev()
Get the standard deviation from the mean. |
double |
getStdDev(double origin)
Get the standard deviation of the data about origin. |
double |
getTotal()
Get the total of the data |
double |
getTrimmedMean(double p)
|
double |
getVarCoef(double origin)
Get the coefficient of variable about origin. |
double |
getVariance()
Get the variance about the mean. |
double |
getVariance(double origin)
Get the variance of the data about origin. |
void |
log()
|
void |
newData(double i)
Add a new datum to the series. |
| Method Detail |
public void newData(double i)
public int getN()
public double getMean()
public double getTrimmedMean(double p)
public double getVariance(double origin)
public double getStdDev(double origin)
public double getVariance()
public double getStdDev()
public double getVarCoef(double origin)
public double getMin()
public double getMax()
public double getTotal()
public java.lang.String getName()
public void log()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||