Searched refs:Sx2y (Results 1 – 1 of 1) sorted by relevance
604 float Sx2y = sxi2yi - sxi2*syi / count; in solveUnweightedLeastSquaresDeg2() local613 float numerator = Sx2y*Sxx - Sxy*Sxx2; in solveUnweightedLeastSquaresDeg2()617 numerator = Sxy*Sx2x2 - Sx2y*Sxx2; in solveUnweightedLeastSquaresDeg2()