Skip to main content

quartiles_py

Function quartiles_py 

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

Compute quartiles (Q1, Q2, Q3)