/polyfit

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.

Primary LanguageCMIT LicenseMIT

Watchers