chapter 3: cubic spline interpolation


hml
11-10-2009, 05:42 AM
hello,

My tabulated points are monotone increasing.
I wonder whether the natural cubic spline interpolant will also be monotone increasing throughout the range.

regards,

davekw7x
11-10-2009, 11:12 AM
...I wonder ...

Try good ol' Wikipedia: Monotone cubic interpolation (http://en.wikipedia.org/wiki/Monotone_cubic_interpolation)

Regards,

Dave

jaje
12-24-2009, 02:12 AM
To be slightly more informative, may I suggest looking into Steffen's interpolation or Fritsch-Carlson interpolation (called PCHIP in SLATEC and MATLAB), which are both based on piecewise Hermite cubics, or look into Stineman interpolation, which uses piecewise rational functions.

Jan M.