everpolate
v0.0.3
Published
Interpolation and extrapolation library
Downloads
16,510
Maintainers
Readme
Synopsis
Everpolate provides a set of common interpolation algorithms implementations. Implementations given for interpolation are also implementations for extrapolation. Since it's written in JavaScript, everpolate could be used for web browser, Node and so forth.
Features:
- Step Function Interpolation
- Linear Interpolation
- Polynomial Interpolation
- Linear Regression
For docs and more information go to GitHub project page.