Class PersistentStatistic<U extends org.djunits.unit.Unit<U>,T extends org.djunits.value.vdouble.scalar.base.DoubleScalarRel<U,T>>
java.lang.Object
org.opentrafficsim.kpi.sampling.indicator.PersistentStatistic<U,T>
- Type Parameters:
U
- the unit typeT
- type of the value
@Deprecated
public class PersistentStatistic<U extends org.djunits.unit.Unit<U>,T extends org.djunits.value.vdouble.scalar.base.DoubleScalarRel<U,T>>
extends Object
Deprecated.
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfidenceInterval
(double alpha) Deprecated.getConfidenceInterval
(double alpha, IntervalSide side) Deprecated.getMax()
Deprecated.getMean()
Deprecated.getMin()
Deprecated.long
getN()
Deprecated.getStDev()
Deprecated.getSum()
Deprecated.double
Deprecated.final String
toString()
Deprecated.
-
Constructor Details
-
PersistentStatistic
Deprecated.Constructor.- Parameters:
persistent
- the persistent statistic that gathers the data
-
-
Method Details
-
getConfidenceInterval
Deprecated.- Parameters:
alpha
- confidence level- Returns:
- both-side confidence interval
-
getConfidenceInterval
Deprecated.- Parameters:
alpha
- confidence levelside
- side of confidence interval- Returns:
- confidence interval
-
getSum
Deprecated.- Returns:
- sum.
-
getMin
Deprecated.- Returns:
- min.
-
getMax
Deprecated.- Returns:
- max.
-
getMean
Deprecated.- Returns:
- mean.
-
getStDev
Deprecated.- Returns:
- stDev.
-
getVariance
public double getVariance()Deprecated.- Returns:
- variance.
-
getN
public long getN()Deprecated.- Returns:
- n.
-
toString
Deprecated.
-