Uses of Class
org.djutils.stats.summarizers.WeightedTally
-
Packages that use WeightedTally 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 WeightedTally in org.djutils.stats.summarizers
Subclasses of WeightedTally in org.djutils.stats.summarizers Modifier and Type Class Description class
TimestampWeightedTally
The TimestampWeightedTally class defines a time-weighted tally based on timestamped data. -
Uses of WeightedTally in org.djutils.stats.summarizers.event
Subclasses of WeightedTally in org.djutils.stats.summarizers.event Modifier and Type Class Description 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.
-