All Classes
Class | Description |
---|---|
BasicTallyInterface |
The Tally interface defines the methods to be implemented by a tally object, which ingests a series of values and provides
mean, standard deviation, etc.
|
ConfidenceInterval |
ConfidenceInterval lists the three type of confidence intervals: two one-sided and one two-sided interval.
|
Counter |
The Counter class defines a statistics event counter.
|
CounterInterface |
The Counter interface defines the methods to implement for a statistics event counter.
|
DistNormalTable |
The Normal distribution.
|
EventBasedCounter |
The Counter class defines a statistics event counter.
|
EventBasedTally |
The EventBasedTally class ingests a series of values and provides mean, standard deviation, etc.
|
EventBasedTimestampWeightedTally |
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
|
EventBasedWeightedTally |
The EventBasedWeightedTally class defines a time-weighted tally that can be notified with weights and values using the
EventListenerInterface.
|
FullStorageAccumulator |
Quantile accumulator that stores all values and computes exact (within a few ULP) results.
|
NoStorageAccumulator |
The no storage accumulator accumulates nothing and estimates all requested quantiles from mean, standard deviation, etc.
|
QuantileAccumulator |
Interface for quantile accumulator.
|
StatisticsEvents |
StatisticsEvents defines the standard events for statistics.
|
Tally |
The Tally class ingests a series of values and provides mean, standard deviation, etc.
|
TallyInterface |
The Tally interface defines the methods to be implemented by a tally object, which ingests a series of values and provides
mean, standard deviation, etc.
|
TDigestAccumulator |
TDigestAccumulator.java.
|
TimestampTallyInterface |
The TimestampedTally interface defines the methods that a timestamped tally should implement in addition to the standard
weighted tally.
|
TimestampWeightedTally |
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
|
WeightedTally |
The WeightedTally class defines a statistical tally.
|
WeightedTallyInterface |
The WeightedTally interface defines the methods that a time-weighted tally should implement.
|