//! # Statistical Analysis Implementation
//!
//! Core statistical engine providing Bayesian changepoint detection,
//! correlation analysis with significance testing, and time-series trend detection.
pub use ;
pub use ;
pub use ;
pub use SimpleBOCPD as BocpdDetector;