Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borischumichev/everpolate
Numerical interpolation and extrapolation lib
https://github.com/borischumichev/everpolate
extrapolation interpolation javascript
Last synced: 5 days ago
JSON representation
Numerical interpolation and extrapolation lib
- Host: GitHub
- URL: https://github.com/borischumichev/everpolate
- Owner: BorisChumichev
- License: mit
- Created: 2014-10-12T14:20:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T22:10:00.000Z (over 3 years ago)
- Last Synced: 2024-12-07T02:04:47.552Z (16 days ago)
- Topics: extrapolation, interpolation, javascript
- Language: JavaScript
- Homepage: http://borischumichev.github.io/everpolate/
- Size: 451 KB
- Stars: 111
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
For docs and more information go [to GitHub project page](https://borischumichev.github.io/everpolate/).
#### 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.
For usage with Meteor look at [everpolate-meteor](https://github.com/rmuratov/everpolate-meteor).
#### Features:
* [Value Interpolation](https://borischumichev.github.io/everpolate/#value)
* [Step Function Interpolation](https://borischumichev.github.io/everpolate/#step)
* [Linear Interpolation](https://borischumichev.github.io/everpolate/#linear)
* [Polynomial Interpolation](https://borischumichev.github.io/everpolate/#poly)
* [Linear Regression](https://borischumichev.github.io/everpolate/#regression)