Tutorials (Jupyter notebooks)¶
Tutorials are currently available as Jupyter notebooks on GitHub.
Contents:
- Introduction to Pygama Math and Fitting
- Set up the Python environment
- We get access to
scipy’srv_continuousmethods for free - Fast methods:
.get_pdfand.get_cdf - The remaining methods are helpful for binned and unbinned fitting:
pdf_norm,cdf_norm,pdf_extandcdf_ext - Writing our own
pygama.mathdistribution: conventions and requirements - Adding distributions with
SumDists - A little about
SumDists - An aside on conventions
- The
fracsflag in theSumDistsconstructor - Conclusion