Uses of Class
org.terracotta.statistics.derived.histogram.ExponentialHistogram
-
Packages that use ExponentialHistogram Package Description org.terracotta.statistics.derived.histogram -
-
Uses of ExponentialHistogram in org.terracotta.statistics.derived.histogram
Methods in org.terracotta.statistics.derived.histogram that return ExponentialHistogram Modifier and Type Method Description ExponentialHistogramExponentialHistogram. split(double fraction)Split an exponential histogram off this one.Methods in org.terracotta.statistics.derived.histogram with parameters of type ExponentialHistogram Modifier and Type Method Description voidExponentialHistogram. merge(ExponentialHistogram b)Merge the supplied ExponentialHistogram in to this one.
-