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