https://github.com/bgamari/squmfit
A general-purpose library for non-linear least-squares global fitting of curves.
https://github.com/bgamari/squmfit
Last synced: over 1 year ago
JSON representation
A general-purpose library for non-linear least-squares global fitting of curves.
- Host: GitHub
- URL: https://github.com/bgamari/squmfit
- Owner: bgamari
- Created: 2014-12-20T22:23:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T00:19:36.000Z (about 8 years ago)
- Last Synced: 2025-04-06T13:17:24.133Z (over 1 year ago)
- Language: Python
- Homepage: http://squmfit.readthedocs.org/
- Size: 81.1 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# squmfit — Convenient global fitting
Squmfit (pronounced "squim-fit") is a Python library for flexible
non-linear least-squares fitting of models to curves. Squmfit is
distinguished from [`lmfit`][lmfit] in its treatment of fit parameters
as first-class objects, naturally accomodating global fitting across
multiple curves with tied parameters.
See [ReadTheDocs][rtd] for documentation.
[lmfit]: http://cars9.uchicago.edu/software/python/lmfit/
[rtd]: http://squmfit.readthedocs.org/