Searched refs:pairwiseCoefficients (Results 1 – 1 of 1) sorted by relevance
65 vector<float> pairwiseCoefficients; in theilSenLinearRegression() local79 pairwiseCoefficients.push_back((ptA.y() - ptB.y()) / (ptA.x() - ptB.x())); in theilSenLinearRegression()85 if (!pairwiseCoefficients.empty()) in theilSenLinearRegression()86 result.coefficient = destructiveMedian(pairwiseCoefficients); in theilSenLinearRegression()