Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iliatrofimov/funcapprox

Several methods for data interpolation and approximation
https://github.com/iliatrofimov/funcapprox

approximation-algorithms interpolation-methods

Last synced: about 1 month ago
JSON representation

Several methods for data interpolation and approximation

Awesome Lists containing this project

README

        

# Function Approximation

Approx.py is module with some interpolation methods like Lagrange interpolation polynomial, Least Sqaures method, square spline interpolation and some additional special service functions. The key feature of this functions is ability to return not set of points but exact polynomials that can be used in future without re-calculating all coefficients.