See: Description
| Interface | Description | 
|---|---|
| BinomialConfidenceInterval | Interface to generate confidence intervals for a binomial proportion. | 
| Class | Description | 
|---|---|
| AgrestiCoullInterval | Implements the Agresti-Coull method for creating a binomial proportion confidence interval. | 
| ClopperPearsonInterval | Implements the Clopper-Pearson method for creating a binomial proportion confidence interval. | 
| ConfidenceInterval | Represents an interval estimate of a population parameter. | 
| IntervalUtils | Factory methods to generate confidence intervals for a binomial proportion. | 
| NormalApproximationInterval | Implements the normal approximation method for creating a binomial proportion confidence interval. | 
| WilsonScoreInterval | Implements the Wilson score method for creating a binomial proportion confidence interval. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.