Searched refs:solveUnweightedLeastSquaresDeg2 (Results 1 – 1 of 1) sorted by relevance
578 static std::optional<std::array<float, 3>> solveUnweightedLeastSquaresDeg2( in solveUnweightedLeastSquaresDeg2() function669 std::optional<std::array<float, 3>> xCoeff = solveUnweightedLeastSquaresDeg2(time, x, m); in getEstimator()670 std::optional<std::array<float, 3>> yCoeff = solveUnweightedLeastSquaresDeg2(time, y, m); in getEstimator()