Class XTimeTally
java.lang.Object
org.opentrafficsim.water.statistics.XTally
org.opentrafficsim.water.statistics.XTimeTally
- All Implemented Interfaces:
java.io.Serializable
public class XTimeTally extends XTally
Copyright (c) 2011-2013 TU Delft, Faculty of TBM, Systems and Simulation
This software is licensed without restrictions to Nederlandse Organisatie voor Toegepast Natuurwetenschappelijk Onderzoek TNO (TNO), Erasmus University Rotterdam, Delft University of Technology, Panteia B.V., Stichting Projecten Binnenvaart, Ab Ovo Nederland B.V., Modality Software Solutions B.V., and Rijkswaterstaat - Dienst Water, Verkeer en Leefomgeving, including the right to sub-license sources and derived products to third parties.
- Version:
- Mar 28, 2013
- Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.opentrafficsim.water.statistics.XTally
BOTH_SIDE_CONFIDENCE, description, LEFT_SIDE_CONFIDENCE, max, min, n, RIGTH_SIDE_CONFIDENCE, semaphore, sum, varianceSum
-
Constructor Summary
Constructors Constructor Description XTimeTally(java.lang.String description, DEVSSimulatorInterface.TimeDoubleUnit simulator)
-
Method Summary
Modifier and Type Method Description void
tally(double t)
tallyMethods inherited from class org.opentrafficsim.water.statistics.XTally
getConfidenceInterval, getConfidenceInterval, getDescription, getMax, getMin, getN, getSampleMean, getSampleVariance, getStdDev, getSum, initialize, isInitialized, toString, writeToExcel
-
Constructor Details
-
XTimeTally
- Parameters:
description
- String; description of the statisticsimulator
- DEVSSimulatorInterface.TimeDoubleUnit; the simulator
-
-
Method Details