From the pandas docs, the unadjusted EWM formula is given by: y_t = (1-a)*y_(t-1) + a*x_t.
However, typical Statistics courses that compare GARCH and EWMA have a diff