Package | Description |
---|---|
org.apache.commons.math3.stat.interval |
Classes providing binomial proportion confidence interval construction.
|
Modifier and Type | Class and 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.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.