Hi everyone,

I’m currently using Flink to calculate a moving average with a window size of 
60 days and a slide of 30 days, and it works ok. The data I have are non 
continuous every month (a month there is a data and for 3/4 months or even more 
there are no data). Is there a way to output the moving average event when the 
window has no data by outputting the previous average? In other terms to 
maintain the average stable when the windows is empty?

Thanks
Eugenio

Reply via email to