public class StatisticsUtil extends Object
| Constructor and Description |
|---|
StatisticsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Statistics |
lazyStatisticsOf(org.epics.util.array.CollectionNumber data)
Creates the statistics, excluding NaN values, but the values
are actually calculated when requested.
|
static Statistics |
statisticsOf(org.epics.util.array.CollectionNumber data)
Calculates data statistics, excluding NaN values.
|
static Statistics |
statisticsOf(List<Statistics> data)
Returns the statistics of the data, which knows:
Number of data points
Min and Max of data
Average value of the data
The standard deviation of the data
|
public static Statistics statisticsOf(org.epics.util.array.CollectionNumber data)
data - the datapublic static Statistics lazyStatisticsOf(org.epics.util.array.CollectionNumber data)
data - the datapublic static Statistics statisticsOf(List<Statistics> data)
data - Copyright © 2012–2014 Brookhaven National Laboratory, University of Michigan. All rights reserved.