//! Layer 2: Math
//!
//! This layer provides pure mathematical functions used throughout LOWESS:
//! - Kernel functions for distance-based weighting
//! - Robust statistics (MAD/MAR)
// Kernel (weight) functions for distance-based weighting.
// Robust scale estimation (MAR/MAD).
// Boundary padding utilities.