Searched refs:Sxx2 (Results 1 – 1 of 1) sorted by relevance
603 float Sxx2 = sxi3 - sxi*sxi2 / count; in solveUnweightedLeastSquaresDeg2() local607 float denominator = Sxx*Sx2x2 - Sxx2*Sxx2; in solveUnweightedLeastSquaresDeg2()609 ALOGW("division by 0 when computing velocity, Sxx=%f, Sx2x2=%f, Sxx2=%f", Sxx, Sx2x2, Sxx2); in solveUnweightedLeastSquaresDeg2()613 float numerator = Sx2y*Sxx - Sxy*Sxx2; in solveUnweightedLeastSquaresDeg2()617 numerator = Sxy*Sx2x2 - Sx2y*Sxx2; in solveUnweightedLeastSquaresDeg2()