Time Series Analysis

Author

John Robin Inston

Published

September 25, 2026

1 Time Series Analysis

Time series analysis is the study of describing, modeling, and forecasting data recorded sequentially over time, where — unlike in i.i.d. settings — the ordering of observations carries information and successive values are typically dependent. The field rests on a small set of core ideas that recur across every sub-area below: (1) reducing a dependent sequence to a stationary process (by differencing, decomposition, or transformation) so that classical asymptotic theory applies; (2) characterizing dependence through the autocovariance/autocorrelation function in the time domain, or the spectral density in the frequency domain; (3) building parsimonious generative models (AR, MA, ARMA and their many descendants) whose parameters can be estimated and whose structure gives interpretable, testable predictions; and (4) using the fitted model to forecast, filter, and quantify uncertainty out of sample.

Classical (academic/Box-Jenkins) time series analysis focuses on the conditional mean of a process and linear dependence structure. Quantitative finance adds a second axis largely absent from the classical treatment: modeling the conditional variance (volatility clustering, leverage effects) of financial returns, since means are close to unpredictable but variances are highly persistent and directly priced (options, risk management). The notes below are organized as a sequence of textbook-style chapters moving from foundations, through classical linear models, into frequency-domain methods, non-stationarity/multivariate extensions, and finally the volatility- and mixed-frequency-focused topics central to financial econometrics.

2 Topics

2.1 1. Foundations

2.2 2. Linear Time Series Models (Box-Jenkins)

2.3 3. Frequency-Domain Methods

2.4 4. Non-Stationarity, Long Memory & Multivariate Extensions

3 5. Financial Econometrics & Volatility Modeling (QF)

4 Foundational References

  • [[introduction-to-time-series-and-forecasting-brockwell-pdf]] (and solutions) — primary textbook reference for Sections 1-2.
  • Time Series Analysis and its Applications (with R examples) — Shumway & Stoffer, time series analysis and its applications.
  • [[pstat274-time-series-analysis]] · [[pstat274-time-series-summary-notes]] — course notes underlying much of Sections 1-2.
  • Time Series Office Hours — worked example problems (ACVF/ACF derivations).

5 Backlinks

Back to top