triqs.fit.fit
Least-squares fit of a parametric model to 1D data.
Provides Fit, a thin wrapper around
scipy.optimize.leastsq(), together with two ready-made model
tuples linear and quadratic that can be passed
directly as the fitter argument.
Module Attributes
Linear-model |
|
Quadratic-model |
Classes
|
Least-squares fit of a parametric model to 1D data. |