Skip to main content

SingleAccumulator

Base class for all accumulators.

Members

NameDescription
bin_sizeReturns the bin size of the accumulator.
bin_sumReturns the sum of elements in the currently open bin.
countReturns the number of elements in the currently open bin.
estimateReturns the estimated mean of the accumulated values.
has_open_binReturns true if the accumulator currently has an open bin.
num_valuesReturns the number of values in the accumulator.
valuesReturns the values stored in the accumulator.