Uses of Package
org.djutils.stats.summarizers
Package | Description |
---|---|
org.djutils.stats.summarizers |
Data Summarizers accumulate values and provide statistical summaries thereof.
|
org.djutils.stats.summarizers.event |
Event listening and event producing data summarizers.
|
org.djutils.stats.summarizers.quantileaccumulator |
Quantile Accumulators store some subset of input values and provide quantile values.
|
-
Classes in org.djutils.stats.summarizers used by org.djutils.stats.summarizers 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.CounterInterface The Counter interface defines the methods to implement for a statistics event counter.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.TimestampTallyInterface The TimestampedTally interface defines the methods that a timestamped tally should implement in addition to the standard weighted tally.WeightedTallyInterface The WeightedTally interface defines the methods that a time-weighted tally should implement. -
Classes in org.djutils.stats.summarizers used by org.djutils.stats.summarizers.event 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.CounterInterface The Counter interface defines the methods to implement for a statistics event counter.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.TimestampTallyInterface The TimestampedTally interface defines the methods that a timestamped tally should implement in addition to the standard weighted tally.WeightedTallyInterface The WeightedTally interface defines the methods that a time-weighted tally should implement. -
Classes in org.djutils.stats.summarizers used by org.djutils.stats.summarizers.quantileaccumulator Class Description Tally The Tally class ingests a series of values and provides mean, standard deviation, etc.