in reply to Re^2: calculate average in sliding windows
in thread calculate average in sliding windows
Thanks Eliya
Here's the simplified sample set
position value 1 1 10 3 30 1 40 2 60 2
And here the output for window size of 30
1-30 1.666666667 31-60 2
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: calculate average in sliding windows
by Eliya (Vicar) on May 23, 2012 at 15:05 UTC | |
by marfabe (Initiate) on May 23, 2012 at 15:31 UTC |