irox_stats::streaming

Type Alias MeanF64

Source
pub type MeanF64 = Mean<f64>;
Expand description

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

Aliased Typeยง

struct MeanF64 { /* private fields */ }