//! `analysis` — operations across the core objects (resample, minimum-curvature,
//! statistics, filters, arithmetic; much lives as methods on the core types per
//! the design constitution) **and** the model-ready-inputs assembly: the
//! normalize → validate → interpret → characterise pipeline that turns loaded
//! data into the [`ModelInputs`] contract consumers receive.
//!
//! Imports from `foundation`, `io`, `core`.
pub use DistributionShape;
pub use Cutoffs;
pub use ;
pub use NameMap;