public class SingletonStatistics extends AbstractStatistics
| Constructor and Description |
|---|
SingletonStatistics(double value) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getHistogram(double[] levels)
Returns the histogram for this statistics.
|
double |
getMax()
Returns the maximum for this statistics.
|
double |
getMin()
Returns the minimum for this statistics.
|
long |
getN()
Returns the number of samples in this statistics.
|
double |
getPercentile(double rank)
Returns the percentile at given rank.
|
Iterator<Map.Entry<Double,Long>> |
getRawData()
Returns the raw data for this statistics.
|
double |
getSum()
Returns the sum of samples in this statistics.
|
double |
getVariance()
Returns the variance for this statistics.
|
compareTo, compareTo, getConfidenceIntervalAt, getMean, getMeanErrorAt, getStandardDeviation, isDifferent, toStringpublic double getMax()
Statisticspublic double getMin()
Statisticspublic long getN()
Statisticspublic double getSum()
Statisticspublic double getPercentile(double rank)
Statisticsrank - the rank, [0..100]public double getVariance()
Statisticspublic int[] getHistogram(double[] levels)
Statisticslevels - levelspublic Iterator<Map.Entry<Double,Long>> getRawData()
StatisticsCopyright © 2012–2018 Oracle. All rights reserved.