
Learning Bayesian Statistics #124 State Space Models & Structural Time Series, with Jesse Grabowski
6 snips
Jan 22, 2025 Jesse Grabowski, PhD candidate at Paris 1 Pantheon-Sorbonne and principal data scientist at PyMC Labs, dives into the intricate world of state space models in time series analysis. He discusses the powerful adaptability of Bayesian methods in econometrics, emphasizing how they enhance forecasting accuracy. Grabowski highlights the balance between model complexity and simplicity, the significance of understanding trends, and the practical applications of innovations and latent states. Plus, he unwraps the role of the Kalman filter in managing dynamic data.
AI Snips
Chapters
Books
Transcript
Episode notes
Prior Setting Tip
- Use
pm.find_constraint_priorfor easier prior setting. - Specify desired distribution properties instead of manually adjusting parameters, simplifying model development.
State-Space Model Definition
- State-space models are defined by a policy function, 'g', driving transitions between states.
- Recursion is central, with current state 'xt' summarizing relevant history and 'g' mapping 'xt' to 'xt+1'.
Gaussian Random Walk
- A Gaussian random walk, while simple, demonstrates state-space principles and has multiple representations.
- It can be a cumulative sum of IID normals, a recursive process, or even a GP.


