WeightStatistics
- class coffea.analysis_tools.WeightStatistics(sumw=0.0, sumw2=0.0, minw=inf, maxw=-inf, n=0)[source]
Bases:
AccumulatorABC
Methods Summary
add
(other)Add another accumulator to this one in-place
identity
()Identity of the accumulator
Methods Documentation