//! Reference-dataset regression-test suite.
//!
//! The crate's entire value proposition is numerical correctness against
//! known-good statistical results, so these tests pin every statistic to
//! published `statsmodels` output (Longley) or to constructed datasets built to
//! trigger a specific condition (heteroskedasticity), plus explicit edge-case
//! behavior.