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