Package org.djutils.stats.summarizers

Data Summarizers accumulate values and provide statistical summaries thereof.

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

Author:
Alexander Verbraeck
  • Interface Summary 
    Interface Description
    BasicTallyInterface
    The Tally interface defines the methods to be implemented by a tally object, which ingests a series of values and provides mean, standard deviation, etc.
    CounterInterface
    The Counter interface defines the methods to implement for a statistics event counter.
    TallyInterface
    The Tally interface defines the methods to be implemented by a tally object, which ingests a series of values and provides mean, standard deviation, etc.
    TimestampTallyInterface
    The TimestampedTally interface defines the methods that a timestamped tally should implement in addition to the standard weighted tally.
    WeightedTallyInterface
    The WeightedTally interface defines the methods that a time-weighted tally should implement.
  • Class Summary 
    Class Description
    Counter
    The Counter class defines a statistics event counter.
    Tally
    The Tally class ingests a series of values and provides mean, standard deviation, etc.
    TimestampWeightedTally
    The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
    WeightedTally
    The WeightedTally class defines a statistical tally.