#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

#1636 in Math

Download history 40/week @ 2023-12-29 102/week @ 2024-01-05 21/week @ 2024-01-12 17/week @ 2024-01-19 69/week @ 2024-01-26 150/week @ 2024-02-02 41/week @ 2024-02-09 41/week @ 2024-02-16 75/week @ 2024-02-23 52/week @ 2024-03-01 30/week @ 2024-03-08 56/week @ 2024-03-15 230/week @ 2024-03-22 134/week @ 2024-03-29 20/week @ 2024-04-05

442 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