Hi Christian,
About the first error...
Hi,
I am having problems with the spline functions from scipy.interpolate. Reading
the doc strings I expected the following to work:
from scipy.interpolate import splev,splrep
import numpy as N
x = N.linspace(-4,10,5)
y = x**2
t,c,l = splrep(x,y,xb=0,xe=4)
Traceback (most recent call last):
File "C:\pythonxy\python\lib\site-packages\scipy\interpolate\fitpack.py",
line 406, in splrep
n,c,fp,ier = dfitpack.curfit(task, x, y, w, t, wrk, iwrk, xb, xe, k, s)
error: (xb<=x[0]) failed for 1st keyword xb