Searched refs:sumOfSquares (Results 1 – 2 of 2) sorted by relevance
65 double sumOfSquares = 0.0; in getStat() local68 sumOfSquares += diff * diff; in getStat()70 double variance = sumOfSquares / (data.length - 1); in getStat()
155 float sumOfSquares = 0.0f; in getMagnitude() local157 sumOfSquares += value * value; in getMagnitude()159 double magnitude = Math.sqrt(sumOfSquares); in getMagnitude()