Crate wilson

Source
Expand description

Simple Rust library to calculate a binomial proportion confidence interval using Wilson formula.

See also: https://crates.io/crates/bpci

Structs§

WilsonResult
Result of the wilson calculation.

Functions§

wilson
Calculate upper and lower bounds of the Wilson interval.

Type Aliases§

FP
Floating-point type used in this crate. Can be configured to f32 or to f64 depending on mutually exclusive Cargo features.