//! Statistical primitives used by the detectors.
//!
//! Each module exposes a small, pure function that takes raw arrays and
//! returns a scalar score. Detectors compose these into a [`DriftScore`]
//! with a threshold attached.
//!
//! [`DriftScore`]: crate::types::DriftScore
pub use ks_two_sample;
pub use ;
pub use ;
pub use ;