Uses of Class
org.apache.commons.statistics.interval.NormalConfidenceInterval
-
-
Uses of NormalConfidenceInterval in org.apache.commons.statistics.interval
Methods in org.apache.commons.statistics.interval that return NormalConfidenceInterval Modifier and Type Method Description static NormalConfidenceInterval
NormalConfidenceInterval. valueOf(String name)
Returns the enum constant of this type with the specified name.static NormalConfidenceInterval[]
NormalConfidenceInterval. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-