//! Statistical analysis layers for timing leak detection.
//!
//! This module implements the statistical analysis framework (spec ยง3-5):
//!
//! - **Bayesian inference** (`bayes`): Posterior probability of timing leak
//! - **Effect estimation** (`effect`): Max effect and top quantile computation
//! - **MDE estimation** (`mde`): Minimum detectable effect for power analysis
pub use ;
pub use ;
pub use ;
pub use ;