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
- existing: Existing instance of LogarithmicAccumulator to be copied.
Symbols
| Name | Description |
|---|---|
= | Constructs an instance of LogarithmicAccumulator from an existing instance by assignment. |
Members
| Name | Description |
|---|---|
| accumulator | Returns the accumulator at the given depth of the logarithmic accumulator. |
| base | Returns the base of the exponentially increasing bin size. |
| depth | Returns the bin size of the logarithmic binning hierarchy at the given depth |
| estimate | Returns the estimate associated with the given bin depth for the logarithmic binning accumulator. |