[Numpy-discussion] cubic spline function in numarray or numpy

Gary Ruben gruben at bigpond.net.au
Wed Aug 6 12:05:42 EDT 2008


You're best off using scipy.
Just Google search for "scipy spline":

e.g.
<http://www.scipy.org/Cookbook/Interpolation>
<http://xinqingpeng.blogspot.com/2007/07/scipy-spline-example.html>

Gary R.

Gong, Shawn (Contractor) wrote:
> hi list,
> 
> I am trying to find 1-D cubic spline function. But I am not able to call 
> it. Error message can’t find “ndimage”
> 
> Would someone point me to 1-D cubic spline functions either in numarray 
> or numpy? and their help pages?
> 
> I use python 2.3.5 and numpy 1.0.1. Are they too old to use cubic spline?
> 
> thanks,
> 
> Shawn




More information about the NumPy-Discussion mailing list