Fitting examples ================ Fits used in Belle II analyses can be simple or challenging. The examples listed below cover different levels of complexity and represent a good starting point for anybody interested to learn the basics of fitting: .. toctree:: :maxdepth: 1 simple-1d-fit.rst efficiency-fit.rst lifetime-2d-fit.rst dalitz-fit.rst For each example, fitting code has been developed within at least one of the following frameworks: * `RooFit `_ - the recommended framework included in ROOT * `zfit `_ - a python-based fitter * `MINUIT `_ - the basic tool upon which RooFit and zfit rely, can be useful if you want to have better control over the details of the fit * `bat `_ - the Bayesian Analysis Toolkit * `Hydra `_ - a framework for multithreaded data analysis