Crate bpci

Source
Expand description

Binomial proportion confidence intervals.

Re-exports§

pub use self::error::Error;
pub use self::result::Result;
pub use self::interval::*;
pub use self::math::*;
pub use self::sample::*;

Modules§

error
interval
Interval trait and structures.
math
result
sample
Sample trait and structures.