Thx Seb!
2011/12/14 Benjamin Root :
>
>
> On Wednesday, December 14, 2011, Fabien Lafont
> wrote:
>> I have a basic problem (I think)
>>
>> I try to fit some data with this function
>>
>> http://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.Chebyshev.fit.html
>>
>> But it return a
On Wednesday, December 14, 2011, Fabien Lafont
wrote:
> I have a basic problem (I think)
>
> I try to fit some data with this function
>
http://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.Chebyshev.fit.html
>
> But it return an error:
>
> fit = chebyshev.fit(T,R,3)
> NameError: n
I have a basic problem (I think)
I try to fit some data with this function
http://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.Chebyshev.fit.html
But it return an error:
fit = chebyshev.fit(T,R,3)
NameError: name 'chebyshev' is not defined
I don't understand I've imported Numpy