1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.. include:: bibliography.txt
.. _tutorials:
Tutorials
=========
The following tutorials show how to use iminuit and explore different aspects of the library. The order is the recommended reading order, the later entries are about more and more specialized applications.
Important for most users are only the first two entries.
.. toctree::
:maxdepth: 1
notebooks/basic
notebooks/cost_functions
notebooks/unstable_fit
notebooks/correlated_data
notebooks/error_bands
notebooks/interactive
notebooks/simultaneous_fits
notebooks/template_fits
notebooks/template_model_mix
notebooks/conditional_variable
notebooks/scipy_and_constraints
notebooks/roofit
notebooks/external_minimizer
notebooks/generic_least_squares
notebooks/cython
RooFit tutorials
----------------
The following tutorials correspond to a `RooFit`_ tutorial, which performs the same task but uses only iminuit and other libraries from the standard Python scientific stack and Scikit-HEP. It can be used as a learning resource or to decide which toolset to use.
The list is incomplete. If you would like to see more tutorials, please leave an issue on Github with your request or feel free to make a PR to provide it yourself.
.. toctree::
:maxdepth: 1
notebooks/roofit/rf101_basics
notebooks/roofit/rf109_chi2residpull
|