An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# cubic_splines [![Build Status](https://travis-ci.org/cmccomb/cubic_splines.svg?branch=master)](https://travis-ci.org/cmccomb/cubic_splines)
Fits a cubic spline to a set of data, and returns an inline function for the fit.