Skip to main content

apply_grouped

Function apply_grouped 

Source
pub fn apply_grouped<F>(values: &[f64], grouper: &[String], func: F) -> Vec<f64>
where F: Fn(&[f64]) -> Vec<f64>,
Expand description

Apply a function to groups defined by a grouper.