Lines Matching refs:yCoeff
794 "estimator (degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f)",
798 vectorToString(estimator.yCoeff, estimator.degree).string(),
1019 *outVy = estimator.yCoeff[1];
1072 && solveLeastSquares(time, y, m, n, outEstimator->yCoeff, &ydet)) {
1076 LOGD("estimate: degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f",
1079 vectorToString(outEstimator->yCoeff, n).string(),
1088 outEstimator->yCoeff[0] = y[0];