hist.storage module#

class hist.storage.AtomicInt64#

Bases: atomic_int64, Storage

accumulator#

alias of int

class hist.storage.Double#

Bases: double, Storage

accumulator#

alias of float

class hist.storage.Int64#

Bases: int64, Storage

accumulator#

alias of int

class hist.storage.Mean#

Bases: mean, Storage

accumulator#

alias of Mean

class hist.storage.Storage#

Bases: object

accumulator: ClassVar[type[int] | type[float] | type[WeightedMean] | type[WeightedSum] | type[Mean]]#
class hist.storage.Unlimited#

Bases: unlimited, Storage

accumulator#

alias of float

class hist.storage.Weight#

Bases: weight, Storage

accumulator#

alias of WeightedSum

class hist.storage.WeightedMean#

Bases: weighted_mean, Storage

accumulator#

alias of WeightedMean