Package org.opentrafficsim.kpi.sampling.indicator
package org.opentrafficsim.kpi.sampling.indicator
Indicators based on sampling data.
Copyright (c) 2013-2024 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
-
ClassDescriptionAbstractIndicator<T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>> Abstract indicator which stores the last calculated value and returns it ingetValue()
for an equal query, start time and end time.ConfidenceInterval<T extends org.djunits.value.vdouble.scalar.base.DoubleScalarRel<?,T>> Wrapper class for two typed values that represent a confidence interval.Enum for confidence interval sides.Total travel time divided by the sum of areas (X * T).Total travel distance divided by the sum of areas (X * T).Sum of trajectory lengths divided by sum of trajectory durations.Inverse of mean speed.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.base.DoubleScalarRel<U, T>, W extends Number> Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.PersistentStatistic<U extends org.djunits.unit.Unit<U>,T extends org.djunits.value.vdouble.scalar.base.DoubleScalarRel<U, T>> Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Sum of trajectory durations minus the sum of trajectory lengths divided by a reference speed.Delay based on reference speed.Sum of measurements with zero speed, preceded by a non-zero speed.Sum of trajectory lengths.Sum of trajectory durations.