Package org.djutils.stats.summarizers.event
package org.djutils.stats.summarizers.event
Event listening and event producing data summarizers.
Copyright (c) 2020-2024 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.
Copyright (c) 2020-2024 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
-
ClassDescriptionThe Counter class defines a statistics event counter.The EventBasedTally class registers a series of values and provides mean, standard deviation, etc. of the registered values.The TimestampWeightedTally class defines a time-weighted tally based on timestamped data.The EventBasedWeightedTally class defines a time-weighted tally that can be notified with weights and values using the EventListener.StatisticsEvents defines the standard events for statistics.