pub fn sum_cubes( v: &[f64], mask: Option<&Bitmask>, null_count: Option<usize>, ) -> f64
Computes the sum of cubes (Σx³). Kernel: SumP3 (L1-3)