Two smoothers on the same series: MA(2) with equal window weights vs ETS(1/2) with geometric weights — same starting series, different values, different philosophy.

highlighted = computed this step

MA(2) vs exponential smoothing

Moving-average applies equal weights to a fixed window and discards older values. Exponential smoothing applies geometrically decaying weights to all past values.

MA vs exponential\text{MA vs exponential}
MA(2) vs Exponential Smoothingtxma2s (exp)t144t2866t3465t4866.5

Raw series (dot plot)

The raw series as dots. Equal-weight smoothing and geometric-weight smoothing diverge when recent values differ from the older average.

raw series\text{raw series}
Raw series — values over timetimevalue02468104t18t24t38t4