public class ListStatistics extends AbstractStatistics
Constructor and Description |
---|
ListStatistics() |
ListStatistics(double[] samples) |
ListStatistics(long[] samples) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(double d) |
double |
getMax() |
double |
getMin() |
long |
getN() |
double |
getPercentile(double rank) |
double |
getSum() |
double |
getVariance() |
compareTo, compareTo, getConfidenceIntervalAt, getMean, getMeanErrorAt, getStandardDeviation, isDifferent, toString
Copyright © 2015. All rights reserved.