Next: Linear 1-d interpolation (interpolate.linear_1d) Up: tutorial Previous: Root finding (optimize.fsolve)

Interpolation (interpolate)

There are two general interpolation facilities available in SciPy. The first facility is an interpolation class which performs linear 1-dimensional interpolation. The second facility is based on the FORTRAN library FITPACK and provides functions for 1- and 2-dimensional (smoothed) cubic-spline interpolation.



Subsections

2001-07-27