Uses of Class
org.djutils.stats.summarizers.Tally
Packages that use Tally
Package
Description
Event listening and event producing data summarizers.
Quantile Accumulators store some subset of input values and provide quantile values.
-
Uses of Tally in org.djutils.stats.summarizers.event
Subclasses of Tally in org.djutils.stats.summarizers.eventModifier and TypeClassDescriptionclassThe EventBasedTally class registers a series of values and provides mean, standard deviation, etc. of the registered values. -
Uses of Tally in org.djutils.stats.summarizers.quantileaccumulator
Methods in org.djutils.stats.summarizers.quantileaccumulator with parameters of type TallyModifier and TypeMethodDescriptiondoubleFixedBinsAccumulator.getCumulativeProbability(Tally tally, double quantile) doubleFullStorageAccumulator.getCumulativeProbability(Tally tally, double quantile) doubleNoStorageAccumulator.getCumulativeProbability(Tally tally, double quantile) doubleQuantileAccumulator.getCumulativeProbability(Tally tally, double quantile) Get, or estimate fraction of registered values between -infinity up to and including a given quantile.doubleTDigestAccumulator.getCumulativeProbability(Tally tally, double quantile) doubleFixedBinsAccumulator.getQuantile(Tally tally, double probability) doubleFullStorageAccumulator.getQuantile(Tally tally, double probability) doubleNoStorageAccumulator.getQuantile(Tally tally, double probability) doubleQuantileAccumulator.getQuantile(Tally tally, double probability) Compute (or approximate) the value that corresponds to the given fraction (percentile).doubleTDigestAccumulator.getQuantile(Tally tally, double probability)