Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iliatrofimov/funcapprox
- Owner: IliaTrofimov
- Created: 2021-05-05T12:03:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T22:03:23.000Z (over 3 years ago)
- Last Synced: 2023-03-05T18:21:24.088Z (almost 2 years ago)
- Topics: approximation-algorithms, interpolation-methods
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.