Uses of Interface
org.djutils.stats.summarizers.Statistic
-
Packages that use Statistic 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. -
-
Uses of Statistic in org.djutils.stats.summarizers
Subinterfaces of Statistic in org.djutils.stats.summarizers Modifier and Type Interface Description interface
TallyStatistic
TallyStatistic makes the common methods of any type of Tally available (unweighted, weighted, timestamped, or event based).Classes in org.djutils.stats.summarizers that implement Statistic Modifier and Type Class Description class
Counter
The Counter class defines a statistics event counter.class
Tally
The Tally class registers a series of values and provides mean, standard deviation, etc.class
TimestampWeightedTally
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.class
WeightedTally
The WeightedTally class defines a statistical tally. -
Uses of Statistic in org.djutils.stats.summarizers.event
Classes in org.djutils.stats.summarizers.event that implement Statistic Modifier and Type Class Description class
EventBasedCounter
The Counter class defines a statistics event counter.class
EventBasedTally
The EventBasedTally class registers a series of values and provides mean, standard deviation, etc.class
EventBasedTimestampWeightedTally
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.class
EventBasedWeightedTally
The EventBasedWeightedTally class defines a time-weighted tally that can be notified with weights and values using the EventListener.
-