Skip to main content

compute_scatter_overlay

Function compute_scatter_overlay 

Source
pub fn compute_scatter_overlay(xs: &[f64], ys: &[f64]) -> ScatterOverlayView
Expand description

Compute scatter overlay statistics from paired (x, y) values; non-finite pairs are dropped, valid: false if too few pairs remain or xs are identical.