public class StatisticsUtil extends Object
| Constructor and Description | 
|---|
StatisticsUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Statistics | 
lazyStatisticsOf(CollectionNumber data)
Creates the statistics, excluding NaN values, but the values
 are actually calculated when requested. 
 | 
static Statistics | 
statisticsOf(CollectionNumber data)
Calculates data statistics, excluding NaN values. 
 | 
static Statistics | 
statisticsOf(List<Statistics> data)
Aggregates statistical information. 
 | 
public static Statistics statisticsOf(CollectionNumber data)
data - the datapublic static Statistics statisticsOf(List<Statistics> data)
data - a list of statistical informationpublic static Statistics lazyStatisticsOf(CollectionNumber data)
data - the dataCopyright © 2015. All rights reserved.