Skip to main content

agg_max_f64

Function agg_max_f64 

Source
pub fn agg_max_f64(data: &[f64], segments: &[(usize, usize)]) -> Vec<f64>
Expand description

Maximum f64 per segment. Returns NAN for empty segments.