histograms#

PartitionedHistogram1D.histograms(
self: PartitionedHistogram1D,
) libcasm.monte.sampling._monte_sampling.Histogram1DVector#

Histogram1DVector : A list-like container of Histogram1D, containing one for each partition

When this is called, if a value has been inserted since the last access, the combined histogram is re-constructed and an attempt is made (respecting the limitation on the maximum number of bins) to set the initial / final bins in each individual histogram to be equal.