Uses of Package
org.djutils.stats.summarizers
Package
Description
Data Summarizers accumulate values and provide statistical summaries thereof.
Event listening and event producing data summarizers.
Quantile Accumulators store some subset of input values and provide quantile values.
-
ClassDescriptionThe Statistic interface defines the methods to implement for each of the statistics classes.TallyStatistic makes the common methods of any type of Tally available (unweighted, weighted, timestamped, or event based).The WeightedTally class defines a statistical tally.
-
ClassDescriptionThe Counter class defines a statistics event counter.The Statistic interface defines the methods to implement for each of the statistics classes.The Tally class registers a series of values and provides mean, standard deviation, etc. of the registered values.TallyStatistic makes the common methods of any type of Tally available (unweighted, weighted, timestamped, or event based).The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.The WeightedTally class defines a statistical tally.
-
ClassDescriptionThe Tally class registers a series of values and provides mean, standard deviation, etc. of the registered values.