Quantitative Methods in Finance
Eric Vansteenberghe
TL;DR
This course material delivers a structured, code-oriented introduction to Quantitative Methods in Finance, blending probability, statistics, numerical methods, and empirical modeling with Python and R. It emphasizes reproducible computation, data handling, time-series analysis (including SARIMAX and GARCH), risk modeling, and econometric concepts like VARs and event studies, while situating econometrics within the broader ML landscape. Practical content spans Monte Carlo methods, Copulas, Cholesky-based multivariate simulations, and data-assembly pipelines from central banks and financial data sources. The notes aim to enable replication of state-of-the-art empirical work and to equip applied researchers with transparent, rigorous tools for forecasting, risk assessment, and empirical analysis in finance and macro-finance.
Abstract
These lecture notes provide a comprehensive introduction to Quantitative Methods in Finance (QMF), designed for graduate students in finance and economics with heterogeneous programming backgrounds. The material develops a unified toolkit combining probability theory, statistics, numerical methods, and empirical modeling, with a strong emphasis on implementation in Python. Core topics include random variables and distributions, moments and dependence, simulation and Monte Carlo methods, numerical optimization, root-finding, and time-series models commonly used in finance and macro-finance. Particular attention is paid to translating theoretical concepts into reproducible code, emphasizing vectorization, numerical stability, and interpretation of outputs. The notes progressively bridge theory and practice through worked examples and exercises covering asset pricing intuition, risk measurement, forecasting, and empirical analysis. By focusing on clarity, minimal prerequisites, and hands-on computation, these lecture notes aim to serve both as a pedagogical entry point for non-programmers and as a practical reference for applied researchers seeking transparent and replicable quantitative methods in finance.
