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