Skip to main content

adaptive_length_hoeffding

Function adaptive_length_hoeffding 

Source
pub fn adaptive_length_hoeffding(epsilon: f64, confidence: f64) -> usize
Expand description

Compute adaptive bitstream length via Hoeffding bound. Returns minimum length (rounded up to power of 2) for target precision.