pub fn histogram_normalized( data: Vec<f64>, bins: usize, ) -> Result<Histogram, String>
Create a normalized histogram (density)