Use cubic spline to fit data and evaluate using interpolation and extrapolation.
- tkSpline
Use tk spline library to fit data and evaluate. Ref: https://github.com/ttk592/spline - MySpline
Cubic spline library based on Eigen.
Use cubic spline to fit data and evaluate using interpolation and extrapolation.