[SciPy-user] Stineman interpolation

Krishna Bhagavatula krisphoenix89 at gmail.com
Sat May 30 13:57:21 EDT 2009


Hi,

Stineman interpolation is supposed to be a well behaved method of
interpolation.

Can someone explain why it's behaving wildly in a simple case:

x = (0, 10, 70, 100)
y = (0, 535, 595, 1000)
xx = arange(0,100,1)
yy = stineman_interp(xx,x,y,yp=None)
plot(x,y,'x')
plot(xx,yy)

Are there any exceptions when it does not behave well?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20090530/2fa29109/attachment.html>


More information about the SciPy-User mailing list