lmfit-py icon indicating copy to clipboard operation
lmfit-py copied to clipboard

Non-Linear Least Squares Minimization, with flexible Parameter settings, based on scipy.optimize, and with many additional classes and methods for curve fitting.

Results 15 lmfit-py issues
Sort by recently updated
recently updated
newest added

#### Description This is a change to ``Model`` to make the assignment of independent variables from function arguments a bit clearer. This is a more complete version of what @schtandard...

Hello, I am packaging larch for Debian, and while trying to run the unti test with pytest, I get this error message. ``` _______________ ERROR collecting tests/test_basic_processing.py ________________ ImportError while...

#### Description Model function arguments that are neither fit parameters nor independent variables were handled incorrect in two places. - They were incorrectly identified to not correspond to a model...

#### Description This change has numerical default values of model functions be used as inital values for fitting corresponding fitting parameters when the fitting parameters are explicitly chosen using `Model`'s...

#### Description Strings passed via `prefix` when constructing a `CompositeModel` should be propagated to each parameter. Currently, it is missing for direct parameters (e.g. `amplitude` below) but properly used with...