Skip to main content

pearson_r_simd_py

Function pearson_r_simd_py 

Source
pub fn pearson_r_simd_py(
    x: &Bound<'_, PyArray1<f64>>,
    y: &Bound<'_, PyArray1<f64>>,
) -> PyResult<f64>
Expand description

Compute SIMD-optimized Pearson correlation coefficient