pub trait Bandwidth { fn bandwidth(&self, data: &[f32]) -> f32; }
Shared behavior for bandwidth selection strategies.
Returns a bandwidth value estimated from the points in data.
data