Skip to main content

deciles_py

Function deciles_py 

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

Compute deciles (10th, 20th, …, 90th percentiles) of a dataset