Coding, Python and R, from classical methods applying in time series forecasting
- 
An Introductory Study on Time Series Modeling and Forecasting
 - 
https://machinelearningmastery.com/time-series-forecasting-methods-in-python-cheat-sheet/
 
- Moving Average
 - ARMA
 - ARIMA
 - SARIMA
- The 
statsmodelsimplementation called this SARIMAX because the “X” addition to the method name means that the implementation also supports exogenous variables. 
 - The