irox_stats::streaming

Type Alias MeanF32

Source
pub type MeanF32 = Mean<f32>;
Expand description

Standard rolling average/mean of all the f32 samples pushed into it.

Aliased Typeยง

struct MeanF32 { /* private fields */ }