All Classes and Interfaces

Class
Description
ConfidenceInterval lists the three type of confidence intervals: two one-sided and one two-sided interval.
The Counter class defines a statistics event counter.
The Normal distribution.
The Counter class defines a statistics event counter.
The EventBasedTally class registers a series of values and provides mean, standard deviation, etc.
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
The EventBasedWeightedTally class defines a time-weighted tally that can be notified with weights and values using the EventListener.
FixedBinsAccumulator.java.
Quantile accumulator that stores all values and computes exact (within a few ULP) results.
The no storage accumulator accumulates nothing and estimates all requested quantiles from mean, standard deviation, etc.
Interface for quantile accumulator.
The Statistic interface defines the methods to implement for each of the statistics classes.
StatisticsEvents defines the standard events for statistics.
The Tally class registers a series of values and provides mean, standard deviation, etc.
TallyStatistic makes the common methods of any type of Tally available (unweighted, weighted, timestamped, or event based).
TDigestAccumulator.java.
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
The WeightedTally class defines a statistical tally.