As for Chapter 11, we use material from the short course Simulation-Based Inference for Epidemiological Dynamics (SBIED). We develop a concrete example of the general POMP modeling framework, and we see the theory and practice of implementing a simulator for the model.

The Susceptible-Infected-Recovered (SIR) model used for this chapter is a central concept for epidemiology. For the purposes of STATS/DATASCI 531, we view it as one example of a mechanistic model, which exemplifies a more general process of model development and data analysis. One epidemiological idea used without definition in the lecture is \(R_0\), defined to be the expected number of secondary infections arising from one infected individual in a fully susceptible population. The SIR model supposes that previously infected individuals cannot become reinfected, so those in compartment R are protected from infection.

Chapter 12, Part 1 Compartment models Lecture video (17 mins)
Chapter 12, Part 2 Eulerโ€™s method for simulating Markov processes Lecture video (24 mins)
Chapter 12, Part 3 Compartment models in the pomp package Lecture video (47 mins)
Chapter 12, Part 4 Discussion of exercises Lecture video (10 mins)
Slides pdf
Notes pdf
R script R
Worked solutions to the Exercises html


Back to course homepage
Acknowledgements
Source code for these notes