pub fn correlation_py( x: &Bound<'_, PyArray1<f64>>, y: &Bound<'_, PyArray1<f64>>, ) -> PyResult<f64>
Calculate correlation coefficient