bdrum / cern-physics

My analysis workflow
1 stars 1 forks source link

Histogramming problems #43

Closed bdrum closed 3 years ago

bdrum commented 3 years ago

ROOT has excellent histogram tools with different visualizations modes (error bars, markers), operations for histogram such as ratio or difference.

What I need is

I've seen many of histogramming tools including ROOT, e.g. scikit-hep/hist scikit-hep/aghast scikit-hep/boost-histogram numpy.histogram

Perhaps many of these tick could be easy solved via let say standard packages, e.g. stats could be provided by pd.describe (except overflow and integral)

bdrum commented 3 years ago

Could be solve with pandas plots.