arduinoCurveFitting icon indicating copy to clipboard operation
arduinoCurveFitting copied to clipboard

Fit polynomial curves to given points using least squares regression

Results 4 arduinoCurveFitting issues
Sort by recently updated
recently updated
newest added
trafficstars

wanted to give a big thanks for putting together this library! I included it in my esp8266 voltmeter (data logger) project and it improved the accuracy with very little extra...

Hello good work. but can you add more tags in description. because I search for more than 1 week in arduino library and in google for "np.polyfit" and "polyfit" and...

I was doing curve-fitting with following data (json array) [data.json](https://github.com/user-attachments/files/17681143/data.json) It's very close to a straight line, but I've got a line with opposite trend, see the picture ![curvefit](https://github.com/user-attachments/assets/4c11c17f-87fd-4e4a-937a-de1b10113c50) with...