https://github.com/cmccomb/cubic_splines
Fits a cubic spline to a set of data, and returns an inline function for the fit.
https://github.com/cmccomb/cubic_splines
Last synced: 3 months ago
JSON representation
Fits a cubic spline to a set of data, and returns an inline function for the fit.
- Host: GitHub
- URL: https://github.com/cmccomb/cubic_splines
- Owner: cmccomb
- Created: 2015-02-20T13:13:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T15:33:34.000Z (about 10 years ago)
- Last Synced: 2025-01-20T07:12:49.566Z (4 months ago)
- Language: Matlab
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cubic_splines [](https://travis-ci.org/cmccomb/cubic_splines)
Fits a cubic spline to a set of data, and returns an inline function for the fit.