//! Layer 5: Engine
//!
//! This layer orchestrates the smoothing process by coordinating between
//! primitives (traits, utilities) and algorithms (kernels, regression, robustness).
//! It provides the main iteration loops and convergence detection.
// Unified execution engine for LOWESS smoothing.
// Validation utilities.
// Output types for LOWESS operations.