See: Description
| Class | Description | 
|---|---|
| AbstractIndicator<T extends DoubleScalarInterface> | Abstract indicator which stores the last calculated value and returns it in  getValue()for an equal query, start time
 and end time. | 
| ConfidenceInterval<T extends AbstractDoubleScalarRel<?,T>> | Wrapper class for two typed values that represent a confidence interval. | 
| MeanDensity | Total travel time divided by the sum of areas (X * T). | 
| MeanIntensity | Total travel distance divided by the sum of areas (X * T). | 
| MeanSpeed | Sum of trajectory lengths divided by sum of trajectory durations. | 
| MeanTravelTimePerDistance | Inverse of mean speed. | 
| MeanTripLength | Sum of trajectory lengths divided by number of GTU's. | 
| Persistent<U extends Unit<U>,T extends AbstractDoubleScalarRel<U,T>,W extends Number> | 
 Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. | 
| PersistentStatistic<T extends AbstractDoubleScalarRel<?,T>> | 
 Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. | 
| TotalDelay | Sum of trajectory durations minus the sum of trajectory lengths divided by a reference speed. | 
| TotalNumberOfStops | Sum of measurements with zero speed, preceded by a non-zero speed. | 
| TotalTravelDistance | Sum of trajectory lengths. | 
| TotalTravelTime | Sum of trajectory durations. | 
| Enum | Description | 
|---|---|
| IntervalSide | Enum for confidence interval sides. | 
 Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.