public class Statistics extends Object
Constructor and Description |
---|
Statistics(org.apache.commons.math3.stat.descriptive.SummaryStatistics summaryStatistics) |
Modifier and Type | Method and Description |
---|---|
double |
getGeometricMean()
Get the geometric mean for the data set
|
double |
getMax()
Get the max recorded value in the data set
|
double |
getMean()
Get the mean for the data set
|
double |
getMin()
Get the minimum recorded value in the data set
|
double |
getStandardDeviation()
Get the standard deviation for the data set
|
public Statistics(org.apache.commons.math3.stat.descriptive.SummaryStatistics summaryStatistics)
public double getGeometricMean()
public double getMean()
public double getMax()
public double getMin()
public double getStandardDeviation()
This documentation was released into the public domain.