【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.1.2 Algorithm for Moving Average
Contents
Moving Average
Moving average calcualtes the mean of the
consecutive data as the smoothed value.
- Centered moving average, if
is an odd number
- Centered moving average, if
is an even number


![\hat{y_t} = \frac{1}{2}[ \frac{1}{m} \sum_{i=t-\frac{m}{2}}^{t+\frac{m}{2}-1}y_i + \frac{1}{m} \sum_{i=t-\frac{m}{2}+1}^{t+\frac{m}{2}}y_i] \hat{y_t} = \frac{1}{2}[ \frac{1}{m} \sum_{i=t-\frac{m}{2}}^{t+\frac{m}{2}-1}y_i + \frac{1}{m} \sum_{i=t-\frac{m}{2}+1}^{t+\frac{m}{2}}y_i]](/app/en/images/Algorithm_Moving_Average/math-c5db38287a67bd47f6ac7e5336444e70.png?v=0)