Home
last modified time | relevance | path

Searched refs:sigmaOfDiffFromMeanSquared (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/tests/src/com/android/camera/stress/
DShotToShotLatency.java88 long sigmaOfDiffFromMeanSquared = 0; in testShotToShotLatency() local
119 sigmaOfDiffFromMeanSquared += (dataPoint - mean) * (dataPoint - mean); in testShotToShotLatency()
121 standardDeviation = Math.sqrt(sigmaOfDiffFromMeanSquared / latencyTimes.size()); in testShotToShotLatency()