Uses of Interface
org.apache.commons.math4.legacy.stat.interval.BinomialConfidenceInterval
-
Packages that use BinomialConfidenceInterval Package Description org.apache.commons.math4.legacy.stat.interval Classes providing binomial proportion confidence interval construction. -
-
Uses of BinomialConfidenceInterval in org.apache.commons.math4.legacy.stat.interval
Classes in org.apache.commons.math4.legacy.stat.interval that implement BinomialConfidenceInterval Modifier and Type Class Description class
AgrestiCoullInterval
Implements the Agresti-Coull method for creating a binomial proportion confidence interval.class
ClopperPearsonInterval
Implements the Clopper-Pearson method for creating a binomial proportion confidence interval.class
NormalApproximationInterval
Implements the normal approximation method for creating a binomial proportion confidence interval.class
WilsonScoreInterval
Implements the Wilson score method for creating a binomial proportion confidence interval.
-