Metadata-Version: 2.1
Name: multifit
Version: 1.0.0.4
Summary: Tool for fitting multiple data sets with shared parameters simultaneously
Home-page: https://github.com/johashei/multifit
Author: Johannes Sørby Heines
Author-email: j.s.heines@fys.uio.no
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.9
License-File: LICENCE

The goal of Multifit is to provide a convenient way of calculating fits with shared parameters over multiple data sets. The actual fitting is all done using the iminuit package, and I recommend that you familiarise yourself with their basic tutorial at https://iminuit.readthedocs.io/en/stable/tutorial/basic_tutorial.html

