Skip to main content

boxplot_stats_py

Function boxplot_stats_py 

Source
pub fn boxplot_stats_py(
    py: Python<'_>,
    data: &Bound<'_, PyArray1<f64>>,
    whis: f64,
) -> PyResult<Py<PyAny>>
Expand description

Compute boxplot statistics (five-number summary + outliers)