Uses of Interface
org.djutils.stats.summarizers.TimestampTallyInterface
| 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 TimestampTallyInterface in org.djutils.stats.summarizers
Classes in org.djutils.stats.summarizers that implement TimestampTallyInterface Modifier and Type Class Description classTimestampWeightedTallyThe TimestampWeightedTally class defines a time-weighted tally based on timestamped data. -
Uses of TimestampTallyInterface in org.djutils.stats.summarizers.event
Classes in org.djutils.stats.summarizers.event that implement TimestampTallyInterface Modifier and Type Class Description classEventBasedTimestampWeightedTallyThe TimestampWeightedTally class defines a time-weighted tally based on timestamped data.