Type Definition ndhistogram::Hist1D

source ·
pub type Hist1D<X, V = f64> = VecHistogram<AxesTuple<(X,)>, V>;
Expand description

Type alias for 1D Histograms returned by ndhistogram.