public class Utilities extends Object
Modifier and Type | Method and Description |
---|---|
static void |
putStatisticsRecord(Map<String,Map<Instant,org.apache.commons.math3.stat.descriptive.SummaryStatistics>> calcMap,
Long data,
String key,
Instant instant) |
static Map<Date,Statistics> |
reCastMap(Map<Instant,org.apache.commons.math3.stat.descriptive.SummaryStatistics> map)
Recast map for better evaluation by plotter.
|
public static void putStatisticsRecord(Map<String,Map<Instant,org.apache.commons.math3.stat.descriptive.SummaryStatistics>> calcMap, Long data, String key, Instant instant)
public static Map<Date,Statistics> reCastMap(Map<Instant,org.apache.commons.math3.stat.descriptive.SummaryStatistics> map)
map
- map with timestamp and summary statisticsThis documentation was released into the public domain.