bpci 0.1.0

Binomial proportion confidence intervals
Documentation
1
2
3
4
5
6
7
pub mod agresti_coull;
pub mod wald;
pub mod wilson_score;

pub use self::agresti_coull::*;
pub use self::wald::*;
pub use self::wilson_score::*;