Uses of Class
org.terracotta.statistics.derived.histogram.ExponentialHistogram
Packages that use ExponentialHistogram
-
Uses of ExponentialHistogram in org.terracotta.statistics.derived.histogram
Fields in org.terracotta.statistics.derived.histogram declared as ExponentialHistogramModifier and TypeFieldDescriptionprivate final ExponentialHistogramBarSplittingBiasedHistogram.Bar.ehMethods in org.terracotta.statistics.derived.histogram that return ExponentialHistogramModifier and TypeMethodDescriptionExponentialHistogram.split(double fraction) Split an exponential histogram off this one.Methods in org.terracotta.statistics.derived.histogram with parameters of type ExponentialHistogramModifier and TypeMethodDescriptionvoidExponentialHistogram.merge(ExponentialHistogram b) Merge the supplied ExponentialHistogram in to this one.Constructors in org.terracotta.statistics.derived.histogram with parameters of type ExponentialHistogramModifierConstructorDescriptionprivateBar(ExponentialHistogram eh, double minimum, double maximum)