Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)