Builds an empty exponential histogram.
public ExpHistogram(
int depth,
int halfPeriod);
Parameters
-
depth
- Number of (exponential) buckets in the histogram.
-
halfPeriod
- Half period decay of the histogram.
See Also
ExpHistogram Class | NSketch Namespace