Statistics tools and utilities#
The hepstats package is a python library providing statistics tools and utilities for particles physics. In particular hepstats can work with a fitting library, such as zfit, to build likelihoods function that hepstats will use to perform statistical inferences. hepstats offers a pythonic oriented alternative to the RooStat library from the ROOT data analysis package but also other tools.
You can install hepstats from PyPI with pip:
$ pip install hepstats