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
Fields in org.terracotta.statistics.derived.histogram declared as ExponentialHistogram Modifier and Type Field Description private ExponentialHistogramBarSplittingBiasedHistogram.Bar. ehMethods 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.Constructors in org.terracotta.statistics.derived.histogram with parameters of type ExponentialHistogram Constructor Description Bar(ExponentialHistogram eh, double minimum, double maximum)
-