pub type MeanF32 = Mean<f32>;
Standard rolling average/mean of all the f32 samples pushed into it.
struct MeanF32 { /* private fields */ }