Skip to content

Functions that takes a set of data points and finds a function to interpolate them

Notifications You must be signed in to change notification settings

MatteoRaso/interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Functions that takes a set of data points and finds a function to interpolate them. For both functions, you input a csv file that contains the data points as two rows, with the x-values making up the first row and the y-values making up the second row. The functions will write the interpolating polynomial as a string to a file of your choosing. It will also return the polynomial as a lambda so you can easily plug numbers into it.

delimiter = ','

Interpolation Methods: Lagrangian Interpolation, Hermite Interpolation

About

Functions that takes a set of data points and finds a function to interpolate them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages