Tutorials#
This section introduces the foundational concepts and modules of pyMultiFit library.
It introduces the how-to about using the template classes and methods provided by the library.
After going through these tutorials, you will learn how to,
Construct a custom distribution class compatible with
pyMultiFitlibrary,Use a template function to make an n-model data generator for your custom distribution,
Construct a custom fitting class to fit n-model data, and