Contains a simple "C" function -- polyfit() -- that fits a line or higher-order polynomial to a set of points, using Method of Least Squares regression. Design goals include simplicity and ease of porting.
c linear-regression curve-fitting mit-license polynomial-regression subroutine line-fitting polyfit method-of-least-squares
-
Updated
Jul 7, 2021 - C