Uses of Enum Class
org.djutils.stats.ConfidenceInterval
Packages that use ConfidenceInterval
Package
Description
Generic classes for statistics.
Data Summarizers accumulate values and provide statistical summaries thereof.
-
Uses of ConfidenceInterval in org.djutils.stats
Methods in org.djutils.stats that return ConfidenceIntervalModifier 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
Methods in org.djutils.stats.summarizers with parameters of type ConfidenceIntervalModifier and TypeMethodDescriptiondouble[]
Tally.getConfidenceInterval
(double alpha, ConfidenceInterval side) returns the confidence interval based of the mean.