An open API service indexing awesome lists of open source software.

https://github.com/zfit/zfit-pyhep


https://github.com/zfit/zfit-pyhep

Last synced: 11 months ago
JSON representation

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 `_