#no-std #no-std #data #average #algorithm

no-std ema

Library for using exponential moving averages

2 releases

0.1.1 Jun 25, 2021
0.1.0 Jun 25, 2021

#202 in #algorithm

22 downloads per month

MIT/Apache

13KB
291 lines

Exponential Moving Average (ema)

See the docs


lib.rs:

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

Dependencies

~235KB