hist.storage module#
- class hist.storage.Storage#
Bases:
object
- accumulator: ClassVar[Type[int] | Type[float] | Type[WeightedMean] | Type[WeightedSum] | Type[Mean]]#
- class hist.storage.Weight#
Bases:
weight
,Storage
- accumulator#
alias of
WeightedSum
- class hist.storage.WeightedMean#
Bases:
weighted_mean
,Storage
- accumulator#
alias of
WeightedMean