Package org.djutils.stats.summarizers.event

Event listening and event producing data summarizers.

Copyright (c) 2020-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
Author:
Alexander Verbraeck, Peter Knoppers
  • Class Summary 
    Class Description
    EventBasedCounter
    The Counter class defines a statistics event counter.
    EventBasedTally
    The EventBasedTally class ingests a series of values and provides mean, standard deviation, etc.
    EventBasedTimestampWeightedTally
    The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.
    EventBasedWeightedTally
    The EventBasedWeightedTally class defines a time-weighted tally that can be notified with weights and values using the EventListenerInterface.
    StatisticsEvents
    StatisticsEvents defines the standard events for statistics.