Package Exports
- everpolate
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (everpolate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.