[SciPy-User] Difference in quality from different interpolation orders

Chris Weisiger cweisiger at msg.ucsf.edu
Wed Jun 15 17:34:17 EDT 2011


Various methods in scipy use spline interpolation, and let you choose the
order for the interpolation with the default being 3. I've noticed that for
one task my program performs, order = 1 is about three times faster than
order = 3, and visually I don't notice any decrease in data quality.
However, visual inspection isn't enough. Is there some way I can measure the
error introduced from using a lesser interpolation order? All else being
equal, faster is better, but if it comes at a significant cost in data
quality, then it's out of the question.

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110615/b21dce88/attachment.html>


More information about the SciPy-User mailing list