pub fn pearson_r_simd_py( x: &Bound<'_, PyArray1<f64>>, y: &Bound<'_, PyArray1<f64>>, ) -> PyResult<f64>
Compute SIMD-optimized Pearson correlation coefficient