Uses of Class
org.anchoranalysis.math.histogram.Histogram
Packages that use Histogram
-
Uses of Histogram in org.anchoranalysis.math.histogram
Methods in org.anchoranalysis.math.histogram that return HistogramModifier and TypeMethodDescriptionHistogram.cropRemoveLargerValues(long maxCount) LikecropRemoveSmallerValues(long)but larger values are removed rather than smaller values if the total count is too high.Histogram.cropRemoveSmallerValues(long maxCount) Creates aHistogramreusing the bins in the current histogram, but with an upper limit on the total count.Histogram.duplicate()Creates a deep-copy of the current object.Histogram.threshold(DoublePredicate predicate) Generates a new histogram containing only values that match a predicate.Methods in org.anchoranalysis.math.histogram with parameters of type HistogramModifier and TypeMethodDescriptionvoidHistogram.addHistogram(Histogram other) Adds the counts from another histogram to the current object.static doubleHistogramStatistics.coefficientOfVariation(Histogram histogram) Calculates the coefficient-of-variation of a distribution of values, represented by their histogram.static doubleCalculates the kurtosis of a distribution of values, represented by their histogram.static doubleCalculates the skewness of a distribution of values, represented by their histogram.