SingleAccumulator
Base class for all accumulators.
Members
| Name | Description |
|---|---|
| bin_size | Returns the bin size of the accumulator. |
| bin_sum | Returns the sum of elements in the currently open bin. |
| count | Returns the number of elements in the currently open bin. |
| estimate | Returns the estimated mean of the accumulated values. |
| has_open_bin | Returns true if the accumulator currently has an open bin. |
| num_values | Returns the number of values in the accumulator. |
| values | Returns the values stored in the accumulator. |