Searched refs:Sxy (Results 1 – 1 of 1) sorted by relevance
569 float Sxy = sxiyi - sxi*syi / count; in solveUnweightedLeastSquaresDeg2() local580 float numerator = Sx2y*Sxx - Sxy*Sxx2; in solveUnweightedLeastSquaresDeg2()584 numerator = Sxy*Sx2x2 - Sx2y*Sxx2; in solveUnweightedLeastSquaresDeg2()