Type Definition ndhistogram::SparseHist1D

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

Type alias for 1D Histograms returned by sparsehistogram.