Searched refs:sigmaOfDiffFromMeanSquared (Results 1 – 1 of 1) sorted by relevance
88 long sigmaOfDiffFromMeanSquared = 0; in testShotToShotLatency() local119 sigmaOfDiffFromMeanSquared += (dataPoint - mean) * (dataPoint - mean); in testShotToShotLatency()121 standardDeviation = Math.sqrt(sigmaOfDiffFromMeanSquared / latencyTimes.size()); in testShotToShotLatency()