Uses of Interface
org.djutils.stats.summarizers.WeightedTallyInterface
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 WeightedTallyInterface in org.djutils.stats.summarizers
Subinterfaces of WeightedTallyInterface in org.djutils.stats.summarizers Modifier and Type Interface Description interface
TimestampTallyInterface
The TimestampedTally interface defines the methods that a timestamped tally should implement in addition to the standard weighted tally.Classes in org.djutils.stats.summarizers that implement WeightedTallyInterface Modifier and Type Class Description 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 WeightedTallyInterface in org.djutils.stats.summarizers.event
Classes in org.djutils.stats.summarizers.event that implement WeightedTallyInterface 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 EventListenerInterface.