pub fn moment_simd_py( data: &Bound<'_, PyArray1<f64>>, moment_order: usize, center: bool, ) -> PyResult<f64>
Compute SIMD-optimized nth statistical moment