Searched refs:stddevs (Results 1 – 1 of 1) sorted by relevance
150 double[] stddevs = new double[steps]; in findBestShift() local154 …stddevs[i] = getShiftError(laserT, touchT, touchY, bestShift + shiftStep * i - shiftStep * steps /… in findBestShift()156 bestShift = argmin(stddevs) * shiftStep + bestShift - shiftStep * steps / 2; in findBestShift()