- Location
- Wisconsin
- Occupation
- PE (Retired) - Power Systems
A sliding windows has no beginning and end, where the counting stops and then starts again.I have found the optional calc pretty favorable to EVSE's.
Can you clarify what you mean by 'sliding window' say that for 60 1 min values say every 5th minute reads at 10 and all the other values were 2.
interval 1 = minutes 1 to 15
Interval 2 = minutes 2 to 16
Interval 3 = minutes 3 to 17
and so on.
This methodology will always produce the interval(s) that is higher than any other method.
In your case:
Interval 1 = 1+1+1+1+5+1+1+1+1+5+1+1+1+1+5 = 27
Interval 2 = 1+1+1+5+1+1+1+1+5+1+1+1+1+5+1 = 27
Interval 3 = 1+1+5+1+1+1+1+5+1+1+1+1+5+1+1 = 27
In wwhitney's case
Interval 1 = 0+0+0+0+0+0+0+0+0+0+0+0+0+0+1 = 1
Interval 2 = 0+0+0+0+0+0+0+0+0+0+0+0+0+1+1 = 2
Interval 3 = 0+0+0+0+0+0+0+0+0+0+0+0+1+1+0 = 2
....
Interval 15 = 1+1+0+0+0+0+0+0+0+0+0+0+0+0+0 = 2
Interval 16 = 1+0+0+0+0+0+0+0+0+0+0+0+0+0+0 = 1