Searched refs:lineFit (Results 1 – 1 of 1) sorted by relevance
6155 LineParametersWithConfidence lineFit; in checkSampleTemporalStability() local6163 lineFit = theilSenSiegelLinearRegression(dataPoints, 0.6f); in checkSampleTemporalStability()6166 if (de::abs(lineFit.coefficient) * numDataPoints > de::abs(lineFit.offset) * 0.25f) in checkSampleTemporalStability()6171 << "\tCoefficient: " << lineFit.coefficient << " (us / observation)\n" in checkSampleTemporalStability()