Searched refs:Sxx (Results 1 – 1 of 1) sorted by relevance
588 float Sxx = sxi2 - sxi*sxi / count; in solveUnweightedLeastSquaresDeg2() local595 float denominator = Sxx*Sx2x2 - Sxx2*Sxx2; in solveUnweightedLeastSquaresDeg2()597 ALOGW("division by 0 when computing velocity, Sxx=%f, Sx2x2=%f, Sxx2=%f", Sxx, Sx2x2, Sxx2); in solveUnweightedLeastSquaresDeg2()