pub fn winsorized_mean_py( data: &Bound<'_, PyArray1<f64>>, limits: f64, ) -> PyResult<f64>
Compute winsorized mean (robust mean)