//! Hypothesis tests (named `htest` to avoid Cargo's `tests/` integration dir).
//! Test statistics come off the accumulators; p-values come straight from the
//! `special` functions (no distribution-object suite yet).
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;