Searched refs:runningSum (Results 1 – 2 of 2) sorted by relevance
468 Vector3 runningSum; field in AnyMotionDetector.RunningSignalStats479 runningSum = new Vector3(0, 0, 0, 0); in reset()493 runningSum = runningSum.plus(v); in accumulate()501 ", runningSum = " + runningSum.toString() + in accumulate()510 return runningSum.times(1.0f / sampleCount); in getRunningAverage()
1138 double runningSum = 0; in getHighestValues() local1140 if (runningSum > percentile * total) { in getHighestValues()1144 runningSum += toDouble.applyAsDouble(item); in getHighestValues()