#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

#1691 in Math

Download history 30/week @ 2024-03-08 56/week @ 2024-03-15 230/week @ 2024-03-22 134/week @ 2024-03-29 38/week @ 2024-04-05 100/week @ 2024-04-12 34/week @ 2024-04-19 211/week @ 2024-04-26 150/week @ 2024-05-03 50/week @ 2024-05-10 90/week @ 2024-05-17 94/week @ 2024-05-24 139/week @ 2024-05-31 86/week @ 2024-06-07 34/week @ 2024-06-14 4/week @ 2024-06-21

317 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

~240KB