arduinoCurveFitting
arduinoCurveFitting copied to clipboard
Fit polynomial curves to given points using least squares regression
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  with...