Uses of Class
org.djutils.stats.ConfidenceInterval
-
Packages that use ConfidenceInterval Package Description org.djutils.stats Generic classes for statistics.org.djutils.stats.summarizers Data Summarizers accumulate values and provide statistical summaries thereof. -
-
Uses of ConfidenceInterval in org.djutils.stats
Methods in org.djutils.stats that return ConfidenceInterval Modifier and Type Method Description static ConfidenceInterval
ConfidenceInterval. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfidenceInterval[]
ConfidenceInterval. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConfidenceInterval in org.djutils.stats.summarizers
Methods in org.djutils.stats.summarizers with parameters of type ConfidenceInterval Modifier and Type Method Description double[]
Tally. getConfidenceInterval(double alpha, ConfidenceInterval side)
returns the confidence interval based of the mean.
-