A collection of assessments in Time Series Analysis completed as part of my Econometrics program. I intend this particular repository to focus on Time Series Forecasting Models in Python. I have used Google's Cloud-based Colaboratory Jupyter IDE for the purposes of this repository.
Topics covered in this repository include but are not limited to:
- Regression Models
- Moving Average(MA) Models
- Autoregressive (AR) Models
- Autoregressive Integrated Moving Average (ARIMA) Models
- Stationarity and its tests
- Forecasting with Seasonal Variations, Business Cycle Variations, Trends, Volatility etc.
- Differencing
- Correlation and Autocorrelation Functions(ACF)
- Impulse Response Functions(IRF)
- Augmented Dickey-Fuller Test(ADF)
- Granger Test of Causality
- Ljung-Box Test of Normal Distribution
- Application of the Bayesian Information Criterion
- Application of the Akaike Information Criterion
- Autoregressive Conditional Heteroskedastic (ARCH) Models
- Generalised Autoregressive Conditional Heteroskedastic (GARCH) Models
- Multivariate Vector Autoregressive (VAR) Models
- Cointegeration and Cointegration Tests
Comments, suggestions always welcome.