Skip to main content

quintiles_py

Function quintiles_py 

Source
pub fn quintiles_py(
    data: &Bound<'_, PyArray1<f64>>,
) -> PyResult<Py<PyArray1<f64>>>
Expand description

Compute quintiles (20th, 40th, 60th, 80th percentiles) of a dataset