Any formal way to do moving avg over fixed window duration .

I calculated a simple moving average by creating a count stream and a sum
stream; then joined them and finally calculated the mean. This was not per
time window since time periods were part of the tuples.

-- 
Thanks & Regards,
Anshu Shukla

Reply via email to