Maximum Demand — Calculation __link__
: For a dataset of ( N ) measurements at intervals ( \Delta t ) minutes, compute the average power for window 1 (minutes 1 to ( T )), then window 2 (minutes 2 to ( T+1 )), and so on. This is efficiently implemented using a moving average algorithm.
