https://github.com/zfit/zfit-pyhep
https://github.com/zfit/zfit-pyhep
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zfit/zfit-pyhep
- Owner: zfit
- License: mit
- Created: 2023-10-08T08:27:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:22:34.000Z (over 1 year ago)
- Last Synced: 2025-06-01T11:28:01.517Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 370 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=================================
zfit PyHEP 2024 fitting tutorial
=================================
.. image:: https://zenodo.org/badge/534977784.svg
:target: https://doi.org/10.5281/zenodo.8420969
Run the notebooks in binder, no installation needed
.. image:: https://mybinder.org/badge_logo.svg
:target: https://binderhub.ssl-hep.org/v2/gh/zfit/zfit-PyHEP/PyHEP2024
The PyHEP talk is about `zfit `_
with some examples on `hepstats `_.
zfit is a general purpose fitting package for Python, mostly focused on unbinned fits. This tutorial uses the 0.21+ version of zfit.
To run the notebooks locally, download them and install the requirements with
.. code::
pip install -r binder/requirements.txt
More tutorials
===============
- `interactive zfit tutorials `_ and `zfit documentation `_