pub(crate) fn py_phi_star( _py: Python<'_>, data: PyReadonlyArray2<'_, f64>, tau: usize, ) -> PyResult<f64>