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

no-std ema

Library for using exponential moving averages

2 releases

0.1.1 Jun 25, 2021
0.1.0 Jun 25, 2021

#2019 in Math

Download history 66/week @ 2024-11-23 144/week @ 2024-11-30 314/week @ 2024-12-07 215/week @ 2024-12-14 2/week @ 2024-12-28 236/week @ 2025-01-04 135/week @ 2025-01-11 198/week @ 2025-01-18 159/week @ 2025-01-25 259/week @ 2025-02-01 146/week @ 2025-02-08 276/week @ 2025-02-15 195/week @ 2025-02-22 196/week @ 2025-03-01 115/week @ 2025-03-08

830 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

~245KB