Codebase list golang-github-vbauerster-mpb / e806cc4
godoc fix for EwmaSpeed Vladimir Bauer 7 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2525 //
2626 // `style` one of [ET_STYLE_GO|ET_STYLE_HHMMSS|ET_STYLE_HHMM|ET_STYLE_MMSS]
2727 //
28 // `age` is the previous N samples to average over.
28 // `age` ewma age
2929 //
3030 // `wcc` optional WC config
3131 func EwmaETA(style TimeStyle, age float64, wcc ...WC) Decorator {
125125 //
126126 // `unitFormat` printf compatible verb for value, like "%f" or "%d"
127127 //
128 // `average` MovingAverage implementation
128 // `age` ewma age
129129 //
130130 // `wcc` optional WC config
131131 //