|
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.
|