public class HistogramDataSet extends StatisticData
| Constructor and Description |
|---|
HistogramDataSet(String name,
String unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataPoint(Long value) |
String |
getDetails() |
SortedMap<Long,Integer> |
getHistogram() |
double |
getMean() |
double |
getMedian() |
long |
getSize() |
long |
getSum() |
String |
getSummary() |
getName, getUnitpublic HistogramDataSet(String name, String unit)
public void addDataPoint(Long value)
public SortedMap<Long,Integer> getHistogram()
public double getMedian()
public double getMean()
public long getSize()
public long getSum()
public String getSummary()
getSummary in class StatisticDatapublic String getDetails()
getDetails in class StatisticDataCopyright © 2014. All Rights Reserved.