public class Statistics extends Object
org.apache.commons.math3.stat.descriptive.SummaryStatistics
.Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
void |
addValue(long millis)
Add a value to the data.
|
double |
getConfidenceIntervalOffset()
Get the 97.5% z-score.
|
double |
getMean()
Get the mean.
|
long |
getN()
Get the count of values.
|
double |
getStandardDeviation()
Get the standard deviation.
|
double |
getVariance()
Get the standard deviation.
|
public void addValue(long millis)
public long getN()
public double getMean()
public double getVariance()
public double getStandardDeviation()
public double getConfidenceIntervalOffset()