question about numpy.polyval
sirvival
fpfeifer at hs.uni-hamburg.de
Tue Mar 1 08:59:18 EST 2011
More information about the Python-list mailing list
Tue Mar 1 08:59:18 EST 2011
- Previous message (by thread): question about numpy.polyval
- Next message (by thread): subclass urllib2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, found the error I had x for coeff wrong definded. Instead of x = np.arange(num_chunk) it should be x = data_fin[::,0] Now it works.
- Previous message (by thread): question about numpy.polyval
- Next message (by thread): subclass urllib2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list