Uses of Class
org.opentrafficsim.kpi.sampling.indicator.IntervalSide
-
Packages that use IntervalSide Package Description org.opentrafficsim.kpi.sampling.indicator Indicators based on sampling data. -
-
Uses of IntervalSide in org.opentrafficsim.kpi.sampling.indicator
Methods in org.opentrafficsim.kpi.sampling.indicator that return IntervalSide Modifier and Type Method Description static IntervalSide
IntervalSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntervalSide[]
IntervalSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opentrafficsim.kpi.sampling.indicator with parameters of type IntervalSide Modifier and Type Method Description ConfidenceInterval<T>
Persistent. getConfidenceInterval(double alpha, IntervalSide side)
ConfidenceInterval<T>
PersistentStatistic. getConfidenceInterval(double alpha, IntervalSide side)
-