Skip to main content

weighted_mean_py

Function weighted_mean_py 

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

Compute weighted mean