Commit Graph

7 Commits

Author SHA1 Message Date
Dan Kortschak
d8ad7756b6 all: fix spelling and typos 2022-03-14 21:32:06 +10:30
Roman Werpachowski
a473f3f2b1 interp: Fix error in calculateSlopes for two (X, Y) points. (#1586) 2021-03-15 21:57:27 +01:00
Roman Werpachowski
caa2b8c196 interp: Move out cubic spline code to a separate file
Co-authored-by: Roman Werpachowski <romanw@google.com>
2020-09-21 10:28:08 +01:00
Roman Werpachowski
c4c4cbff9c interp: Add Fritsch-Butland piecewise cubic interpolation method
Also adds example of fit output for piecewise constant, piecewise linear, Akima and Fritsch-Butland methods.
2020-08-27 13:58:23 +01:00
Roman Werpachowski
41a8e221d0 interp: add a DerivativePredictor interface and implement it in AkimaSpline and PiecewiseCubic 2020-08-10 23:14:54 +01:00
Roman Werpachowski
aa5949fd24 interp: add PiecewiseCubic and AkimaSpline interpolators 2020-07-30 19:15:54 +01:00
Roman Werpachowski
551d33a2ee Add a new interp package with interpolation algorithms: constant, piecewise linear and piecewise constant 2020-07-06 21:40:06 +01:00