See: Description
| Class | Description |
|---|---|
| AbstractIndicator<T extends org.djunits.value.vdouble.scalar.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 org.djunits.value.vdouble.scalar.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.
|
| MeanTravelTimePerKm |
Sum of (approximate) link lengths divided by mean speed, divided by link length in km.
|
| MeanTripLength |
Sum of trajectory lengths divided by number of GTU's.
|
| Persistent<U extends org.djunits.unit.Unit<U>,T extends org.djunits.value.vdouble.scalar.AbstractDoubleScalarRel<U,T>,W extends Number> |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| PersistentStatistic<T extends org.djunits.value.vdouble.scalar.AbstractDoubleScalarRel<?,T>> |
Copyright (c) 2013-2016 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-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Copyright © 2014–2016 Delft University of Technology. All rights reserved.