Skip to content

Calculate the Least Squares Polynomial Fit in C

Notifications You must be signed in to change notification settings

MasoudHD/Polyfit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyfit

Calculate the Least Squares Polynomial Fit in C

This library can calculate Polynomial equation coefficients only by having two datasets for x and y values. The usage of this library is very straightforward and has acceptable precision for most applications.

For more information about this library check my youtube channel:

https://www.youtube.com/watch?v=1Wl0XdU9MLE

Notice!!!

This is an open-source library, and I can not guarantee that it is bug-free and operate without any problem, so be careful about using this library in sensitive applications and double-check its performance.

About

Calculate the Least Squares Polynomial Fit in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages