@reside-ic/interpolate

Function interpolation in javascript

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. build-and-test codecov.io

Function interpolation - piecewise constant, linear and spline interpolation. There are many interpolation packages out there. This one is tailored to our needs in odin-js

  • Support interpolating over several series at once (for a single domain)
  • Same interface for piecewise-constant, piecewise-linear and spline interpolation
  • Same behaviour as R's approx function so that output matches other odin targets

See cinterpolate for a similar package written in C.

Licence

MIT © Imperial College of Science, Technology and Medicine

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Generated using TypeDoc