hist_with_edges

Function hist_with_edges 

Source
pub fn hist_with_edges(
    data: Vec<f64>,
    edges: Vec<f64>,
) -> Result<Histogram, String>
Expand description

Create a histogram with custom bin edges (hist(data, edges))