@reside-ic/interpolate
v0.0.1
Published
Function Interpolation
Downloads
1
Keywords
Readme
Function interpolation in javascript
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.