CurveFitting

Fits polynomial curves to given datapoints

Author
Rotario
Website
https://github.com/Rotario/arduinoCurveFitting
Category
Data Processing
License
MIT
Library Type
Contributed
Architectures
Any

Fit polynomial curves to given points using least squares regression. The max order of polynomial fitting is 20, this should be more than enough to fit most practical problems. All values are kept as double for precision, this works well on a Teensy due to its floating point unit and large (64 bit) double precision. the numbers required increase exponentially as the number of points or order increases.

Downloads

Filename Release Date File Size
CurveFitting-1.0.6.zip 2020-01-14 6.16 KiB
CurveFitting-1.0.5.zip 6.16 KiB
CurveFitting-1.0.3.zip 2019-11-21 6.16 KiB
CurveFitting-1.0.2.zip 2019-09-22 6.08 KiB