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 classMeanDensityTotal travel time divided by the sum of areas (X * T).classMeanIntensityTotal travel distance divided by the sum of areas (X * T).classMeanSpeedSum of trajectory lengths divided by sum of trajectory durations.classMeanTravelTimePerDistanceInverse of mean speed.classMeanTripLengthSum of trajectory lengths divided by number of GTU's.classTotalDelaySum of trajectory durations minus the sum of trajectory lengths divided by a reference speed.classTotalNumberOfStopsSum of measurements with zero speed, preceded by a non-zero speed.classTotalTravelDistanceSum of trajectory lengths.classTotalTravelTimeSum of trajectory durations.