pub type Hist1D<X, V = f64> = VecHistogram<AxesTuple<(X,)>, V>;Expand description
Type alias for 1D Histograms returned by ndhistogram.
Aliased Typeยง
pub struct Hist1D<X, V = f64> { /* private fields */ }pub type Hist1D<X, V = f64> = VecHistogram<AxesTuple<(X,)>, V>;Type alias for 1D Histograms returned by ndhistogram.
pub struct Hist1D<X, V = f64> { /* private fields */ }