Skip to main content

histogram

Function histogram 

Source
pub fn histogram(data: &[f64], rule: BinRule) -> Result<Histogram, StatsError>
Expand description

Build a Histogram from data using the chosen BinRule. Non-finite values are ignored.

ยงErrors