Skip to content

A Processing sketch of fitting a polynomial to a set of points.

License

Notifications You must be signed in to change notification settings

iibrahimli/polynomial-fitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polynomial Fitting

The sketch allows you to click on the canvas to add an (x, y) point. Then a matrix is constructed and solved, which gives the coefficients of a polynomial that passes through all of data points. Program may run into numerical stability issues if number of data points is large.

Example:

ss

About

A Processing sketch of fitting a polynomial to a set of points.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published