fitterpp (pronounced "fitter plus plus") extends the capabilities of lmfit
in several ways:
-
simplifies parameter fitting by automating the calculation of residuals;
-
ensures that the parameters reported have the smallest residual sum of squares;
-
provides for running several fitting algorithm in succession;
-
reports statistics on the runtime and quality of parameter fits.
For more details, see readthedocs.
- 0.0.8
- Automatic calculation of the version from pyproject.toml
- 0.0.7
- Fix pyproject.toml
- 0.0.6
- Fix pyproject.toml
- 0.0.4
- Migrated setup to pyproject.toml
- 0.0.3
- dictToParameter can set initial value to random in [min, max]
- method_names can be strings or a FitterppMethod
- latin cube index to compute across a latin cube
- 0.0.2 7/22/2022. User function must be self-describing, optionally returning a dataframe
- 0.0.1 7/19/2022. First release.