Sets the “job” parameter is a hopefully comprehensible way.
If an argument is not specified, then the value is left as is. The default value from class initialization is for all of these options set to 0.
Parameters : | fit_type : {0, 1, 2} int
deriv : {0, 1, 2, 3} int
var_calc : {0, 1, 2} int
del_init : {0, 1} int
restart : {0, 1} int
|
---|
Notes
The permissible values are different from those given on pg. 31 of the ODRPACK User’s Guide only in that one cannot specify numbers greater than the last value for each variable.
If one does not supply functions to compute the Jacobians, the fitting procedure will change deriv to 0, finite differences, as a default. To initialize the input variable offsets by yourself, set del_init to 1 and put the offsets into the “work” variable correctly.