Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.46 KB

README.rst

File metadata and controls

39 lines (24 loc) · 1.46 KB

zfit PyHEP 2022

The PyHEP talk is about zfit with some examples on hepstats.

zfit is a general purpose fitting package for Python and focused mostly on unbinned fits. With version 0.10, binned fits have been introduced and allow for

To run the notebooks, either download them and install (with conda or mamba, a faster conda drop-in replacement) with

conda env create --file=environment.yml

or they can be run in a binder instance (in browser, no installation needed)

(or, if that fails or doesn't yet has the newest updates)

More tutorials