Skip to main content

LogarithmicAccumulator

Accumulator that logarithmically bins accumulated values.

Constructors

LogarithmicAccumulator(const LogarithmicAccumulator existing) -> LogarithmicAccumulator

Constructs an instance of LogarithmicAccumulator from an existing instance by copy.

Parameters

Symbols

NameDescription
=Constructs an instance of LogarithmicAccumulator from an existing instance by assignment.

Members

NameDescription
accumulatorReturns the accumulator at the given depth of the logarithmic accumulator.
baseReturns the base of the exponentially increasing bin size.
depthReturns the bin size of the logarithmic binning hierarchy at the given depth
estimateReturns the estimate associated with the given bin depth for the logarithmic binning accumulator.