An open API service indexing awesome lists of open source software.

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.

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/