Type Definition sampling::rewl::Glued

source · []
pub type Glued<Hist> = (Hist, Vec<f64>, Vec<Vec<f64>>);
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