pub fn quintiles_py( data: &Bound<'_, PyArray1<f64>>, ) -> PyResult<Py<PyArray1<f64>>>
Compute quintiles (20th, 40th, 60th, 80th percentiles) of a dataset