pub fn sum_quartics( v: &[f64], mask: Option<&Bitmask>, null_count: Option<usize>, ) -> f64
Computes the sum of fourth powers (Σx⁴). Kernel: SumP4 (L1-4)