Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Time Series Analysis for Finance

From classical methods to TVP-VAR models

This module covers the full spectrum of time series methods used in financial econometrics, from classical decomposition and exponential smoothing through ARIMA, GARCH, VAR, cointegration, and time-varying parameter models.

Sessions

#TopicKey Concepts
1Introduction to Time SeriesStationarity, autocorrelation, white noise, stylized facts
2Decomposition and SmoothingTrend-cycle-seasonal decomposition, moving averages, HP filter
3Exponential Smoothing (ETS)Simple, Holt, Holt-Winters, state space representation
4ARIMA FundamentalsAR, MA, ARMA, integration, Box-Jenkins methodology
5Advanced ARIMAModel selection, diagnostics, forecasting, SARIMA
6GARCH ModelsVolatility clustering, ARCH, GARCH, estimation
7Advanced GARCHAsymmetric models, GJR, EGARCH, forecasting volatility
8Vector Autoregression (VAR)Multivariate systems, Granger causality, impulse responses
9Cointegration and VECMEngle-Granger, Johansen test, error correction models
10TVP-VAR Part ITime-varying parameters, Kalman filter, state space models
11TVP-VAR Part IIEstimation, stochastic volatility, connectedness measures
12Integration and ApplicationsCombining methods, applied financial forecasting

How to use these notebooks

The course follows a natural progression from univariate to multivariate methods, and from constant to time-varying parameter models. Each session includes mathematical foundations, Python implementations, and empirical applications to financial data.