Coder Social home page Coder Social logo

borischumichev / everpolate Goto Github PK

View Code? Open in Web Editor NEW
110.0 4.0 11.0 462 KB

Numerical interpolation and extrapolation lib

Home Page: http://borischumichev.github.io/everpolate/

License: MIT License

JavaScript 100.00%
interpolation extrapolation javascript

everpolate's Introduction

everpolate's People

Contributors

borischumichev avatar motin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

everpolate's Issues

Partial application support

This one will require backward incompatible API change.

Example:

import polynomialInterpolation from 'everpolate.polynomial'
const [ knownValuesX, knownValuesY ] = [[...], [...]]
const resolveValues = polynomialInterpolation(knownValuesX, knownValuesY)
// now resolveValues is an evaluation function:
resolveValues(x) // -> y
resolveValues(x) // -> y

Step interpolation example

Hello there.

Could you provide logical example how step interpolation works?

Suppose I have a timeserie which has as x values = [ 5,6,7,10] and as y values = [ 50, 49, 48, 45 ] .
How can i use the step function to "fill in the gaps" and return the resulting array so I know what value y is at value x = 8 and x = 9?

Add everpolate to website for demo

Hi !

Please, like on momentjs/lodash/... websites please add everpolate.browserified to your gh-pages branche build.

Like this, people can try your tool directly in their browser on your website without having to install it before

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.