GoogleCloudPlatform / dataflow-sample-applications

Apache License 2.0
126 stars 58 forks source link

[Timseries] Implementing EMA metric #21

Closed dsdinter closed 4 years ago

dsdinter commented 4 years ago

This PR implements EMA as moving average metric, leveraging the recursive calculation equivalent to Panda EMA with parameters adjust=False and span=# of periods.