def __init__ (   self,
  funclist,
  pointhint = 1000 
)

Set up the fit.

Parameters:
funclist a list of functions to be evaluated at the points which will be added to the fit. The functions are evaluated a f(parmindex, x) so the function can parametrically depend on its position in the parameter list (for example, it may be an n'th power for position n).
pointhint An estimate of the number of points to be added in a block.

Definition at line 729 of file fitting_toolkit.py.

00729                                                 :
00730         fit.__init__(self, pointhint)
00731         self.basis=funclist
00732         self.param_count=len(funclist)
00733 
    ##  


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