Package org.djutils.stats.summarizers


package org.djutils.stats.summarizers
Data Summarizers accumulate values and provide statistical summaries thereof.

Copyright (c) 2019-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.

Author:
Alexander Verbraeck
  • Class
    Description
    The 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.