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