Crate ema

Source
Expand description

Library for using exponential moving averages that is generic over the underlying float type.

Structsยง

Ema
A struct representing an exponential moving average
StableEma
A stable Ema where the recent_weight is set at initialization and the same value is always used.