pub type Glued<Hist> = (Hist, Vec<f64, Global>, Vec<Vec<f64, Global>, Global>);
Expand description

Result of glueing

  • Hist is the histogram which shows the corresponding bins,
  • Vec<f64> is the result of the gluing and merging of the individual intervals
  • Vec<Vec<f64>> are the individual intervals, which are ready to be glued, i.e., their logarithmic “hight” was allready corrected