pub fn zscore_py( py: Python<'_>, data: &Bound<'_, PyArray1<f64>>, ) -> PyResult<Py<PyArray1<f64>>>
Z-score normalization