Skip to main content

LogarithmicAccumulator

Base class: Accumulator

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 depth of the logarithmic binning hierarchy.
estimateReturns the estimate associated with the given bin depth for the logarithmic binning accumulator.