def __init__ (   self,
  degree,
  pointhint = 1000,
  xcenter = 0.0 
)

Set up the fit

Parameters:
degree The degree of the polynomial (number of parameters=1+degree)
pointhint An estimate of how many points to allocate at a time.
xcenter Expand the polynomial around this point

Definition at line 781 of file fitting_toolkit.py.

00781                                                            :
00782         fit.__init__(self, pointhint)
00783         self.xcenter=xcenter
00784         self.param_count=degree+1
00785     
    ##


Generated on Wed Nov 21 10:18:32 2007 for analysis by  doxygen 1.5.4