[SciPy-Dev] New class for cubic spline interpolation

Nikolay Mayorov nikolay.mayorov at zoho.com
Thu Jan 7 18:53:48 EST 2016


Hi, 



I came up with a PR implementing cubic spline interpolation in terms of polynomial coefficients on each segment https://github.com/scipy/scipy/pull/5653 The idea was to provide a standalone class, which is easier to understand and use than B-splines. Conceptually it fits in the same category as PChipInterpolator and Akima1DInterpolator.



If you are interested, please share your feedback here or on github.




Nikolay.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20160107/ed3c6aa7/attachment.html>


More information about the SciPy-Dev mailing list