Searched refs:getMean (Results 1 – 1 of 1) sorted by relevance
74 public static <TValue extends Number> double getMean(Collection<TValue> collection) { in getMean() method in SensorCtsHelper92 double mean = getMean(collection); in getVariance()