Uses of Class
org.opentrafficsim.kpi.sampling.indicator.AbstractIndicator
Package | Description |
---|---|
org.opentrafficsim.kpi.sampling.indicator |
Indicators based on sampling data.
|
-
Uses of AbstractIndicator in org.opentrafficsim.kpi.sampling.indicator
Subclasses of AbstractIndicator in org.opentrafficsim.kpi.sampling.indicator Modifier and Type Class 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
MeanTravelTimePerDistance
Inverse of 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.