Exponential smoothing uses an exponentially weighted moving average (EWMA) for time series forecasting. This document explores several methods for forecasting with EMWAs. # Load packages library (fpp2 ...