Home | History | Annotate | Download | only in ui

Lines Matching refs:xCoeff

794                 "estimator (degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f)",
797 vectorToString(estimator.xCoeff, estimator.degree).string(),
1018 *outVx = estimator.xCoeff[1];
1071 if (solveLeastSquares(time, x, m, n, outEstimator->xCoeff, &xdet)
1076 LOGD("estimate: degree=%d, xCoeff=%s, yCoeff=%s, confidence=%f",
1078 vectorToString(outEstimator->xCoeff, n).string(),
1087 outEstimator->xCoeff[0] = x[0];