Method Summary |
|
public void | addValue(double value) |
public void | clear() |
public double | getGeometricMean() Returns the geometric mean of the values that have been added. |
public double | getMax() Returns the maximum of the values that have been added. |
public double | getMean() Returns the mean of the values that have been added. |
public double | getMin() Returns the minimum of the values that have been added. |
public long | getN() |
public double | getStandardDeviation() Returns the standard deviation of the values that have been added. |
public double | getSum() Returns the sum of the values that have been added to Univariate. |
public double | getSumsq() Returns the sum of the squares of the values that have been added. |
public double | getVariance() Returns the variance of the values that have been added. |
public String | toString() Generates a text report displaying
summary statistics from values that
have been added. |