Changing the window changes the arithmetic sequence. A shorter window uses fewer inputs, while a longer window spreads each output over more observed values.

highlighted = computed this step

Shorter window

MA(2) starts at period 2 and outputs 3 there. Motivation: a shorter window can react earlier because it waits for fewer observed values.

MA2 first output=3MA_{2}\text{ first output}=3
MA twoMA twoExact arithmetic mechanics only; no accuracy claimperiodvalue01234567327/239/2411/2513/26

MA two sequence

The MA(2) outputs are 3, 7/2, 9/2, 11/2, and 13/2. Why: each is the exact average of two adjacent values, so the shorter row is still fully auditable.

MA2=3,7/2,9/2,11/2,13/2\text{MA}_{2}=3,7/2,9/2,11/2,13/2
MA twoMA twoExact arithmetic mechanics only; no accuracy claimperiodvalue01234567327/239/2411/2513/26

Window tradeoff

The table compares MA(2) and MA(3) over the same displayed periods. Interpretation: a larger window smooths the arithmetic over more inputs and can move more slowly, but the table alone does not rank accuracy.

compare overlapping periods\text{compare overlapping periods}
Moving-average comparisonThe overlapping displayed periods compare the two exact windows.MA comparisont3t4t5t6MA(2)7/29/211/213/2MA(3)313/314/319/3

Diagram note

Honesty note: These values are exact formula outputs on the pinned integer series; they do not validate what happens later. Pixel positions are rounded for layout; every number shown is exact.

window length changes the arithmetic sequence\text{window length changes the arithmetic sequence}
Moving-average comparisonThe overlapping displayed periods compare the two exact windows.MA comparisont3t4t5t6MA(2)7/29/211/213/2MA(3)313/314/319/3