Uses of Interface
org.djutils.stats.summarizers.TallyStatistic
Packages that use TallyStatistic
Package
Description
Data Summarizers accumulate values and provide statistical summaries thereof.
Event listening and event producing data summarizers.
- 
Uses of TallyStatistic in org.djutils.stats.summarizers
Classes in org.djutils.stats.summarizers that implement TallyStatisticModifier and TypeClassDescriptionclassThe Tally class registers a series of values and provides mean, standard deviation, etc. of the registered values.classThe TimestampWeightedTally class defines a time-weighted tally based on timestamped data.classThe WeightedTally class defines a statistical tally. - 
Uses of TallyStatistic in org.djutils.stats.summarizers.event
Classes in org.djutils.stats.summarizers.event that implement TallyStatisticModifier and TypeClassDescriptionclassThe EventBasedTally class registers a series of values and provides mean, standard deviation, etc. of the registered values.classThe TimestampWeightedTally class defines a time-weighted tally based on timestamped data.classThe EventBasedWeightedTally class defines a time-weighted tally that can be notified with weights and values using the EventListener.