Join Slack
Powered by
Does anyone know how to calculate moving average o...
# flow
a
Arun Joseph
07/04/2023, 6:38 PM
Does anyone know how to calculate moving average of flow values over a time period?
c
Chris Fillmore
07/05/2023, 1:55 AM
You might make use of
https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/running-fold.html
a
aarkling
07/26/2023, 8:44 PM
Do you want a sliding window where the window is a time span?
53
Views
Open in Slack
Previous
Next