Searched refs:baseParam (Results 1 – 1 of 1) sorted by relevance
1070 …const LineParametersWithConfidence baseParam = theilSenSiegelLinearRegression(baseSamples, confide… in logAnalysis() local1079 if (de::inRange(0.0f, baseParam.coefficientConfidenceLower, baseParam.coefficientConfidenceUpper)) in logAnalysis()1094 …<< "[" << baseParam.offsetConfidenceLower << ", " << baseParam.offset << ", " << baseParam.offset… in logAnalysis()1095 …<< "[" << baseParam.coefficientConfidenceLower << ", " << baseParam.coefficient << ", " << basePar… in logAnalysis()1115 else if (baseParam.coefficientConfidenceLower < baseParam.coefficientConfidenceUpper*0.25) in logAnalysis()1123 …T_RESULT_PASS, de::floatToString(de::abs(testParam.coefficient)/de::abs(baseParam.coefficient), 2)… in logAnalysis()