public class CumulativeHistory
extends java.lang.Object
| Constructor and Description |
|---|
CumulativeHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(double value) |
int |
getCount() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getStandardDeviation() |
java.lang.String |
toString() |
public void append(double value)
public int getCount()
public double getMean()
public double getStandardDeviation()
public double getMax()
public double getMin()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.