Skip to main content

aggregate_weighted

Function aggregate_weighted 

Source
pub fn aggregate_weighted(
    values: &[f64],
    weights: &[f64],
    agg_type: AggregationType,
) -> f64
Expand description

Aggregates weighted values.