Crate ema[][src]

Expand description

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

Structs

A struct representing an exponential moving average

A stable Ema where the recent_weight is set at initialization and the same value is always used.