Skip to main content

py_earth_movers_distance

Function py_earth_movers_distance 

Source
pub(crate) fn py_earth_movers_distance(
    times_a: PyReadonlyArray1<'_, f64>,
    times_b: PyReadonlyArray1<'_, f64>,
    t_start: f64,
    t_end: f64,
    n_bins: usize,
) -> f64