Uses of Enum Class
org.djutils.stats.ConfidenceInterval
Package
Description
Generic classes for statistics.
Data Summarizers accumulate values and provide statistical summaries thereof.
-
Uses of ConfidenceInterval in org.djutils.stats
Modifier and TypeMethodDescriptionstatic ConfidenceInterval
Returns the enum constant of this class with the specified name.static ConfidenceInterval[]
ConfidenceInterval.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfidenceInterval in org.djutils.stats.summarizers
Modifier and TypeMethodDescriptiondouble[]
Tally.getConfidenceInterval
(double alpha, ConfidenceInterval side) returns the confidence interval based of the mean.