Package org.opentrafficsim.kpi.sampling.indicator
Indicators based on sampling data.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Class Summary Class Description AbstractIndicator<T extends DoubleScalarInterface> Abstract indicator which stores the last calculated value and returns it ingetValue()
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-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.PersistentStatistic<U extends Unit<U>,T extends AbstractDoubleScalarRel<U,T>> Copyright (c) 2013-2020 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 Summary Enum Description IntervalSide Enum for confidence interval sides.