Package | Description |
---|---|
org.opentrafficsim.kpi.sampling.indicator |
Indicators based on sampling data.
|
Modifier and Type | Class and Description |
---|---|
class |
MeanDensity
Total travel time divided by the sum of areas (X * T).
|
class |
MeanIntensity
Total travel distance divided by the sum of areas (X * T).
|
class |
MeanSpeed
Sum of trajectory lengths divided by sum of trajectory durations.
|
class |
MeanTravelTime
Sum of (approximate) link lengths divided by mean speed.
|
class |
MeanTripLength
Sum of trajectory lengths divided by number of GTU's.
|
class |
TotalDelay
Sum of trajectory durations minus the sum of trajectory lengths divided by a reference speed.
|
class |
TotalNumberOfStops
Sum of measurements with zero speed, preceded by a non-zero speed.
|
class |
TotalTravelDistance
Sum of trajectory lengths.
|
class |
TotalTravelTime
Sum of trajectory durations.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.