Searched refs:getVariance (Results 1 – 1 of 1) sorted by relevance
97 public static <TValue extends Number> double getVariance(Collection<TValue> collection) { in getVariance() method in SensorCtsHelper134 return Math.sqrt(getVariance(collection)); in getStandardDeviation()