ndhistogram

Type Alias Hist1D

Source
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 */ }