Simulation-based Inference for Epidemiological Dynamics
Module Description
This module introduces statistical inference techniques and computational methods for dynamic models of epidemiological systems. The course will explore deterministic and stochastic formulations of epidemiological dynamics and develop inference methods appropriate for a range of models. Special emphasis will be on exact and approximate likelihood as the key elements in parameter estimation, hypothesis testing, and model selection. Specifically, the course will cover sequential Monte Carlo and synthetic likelihood techniques. Students will learn to implement these in R to carry out maximum likelihood and Bayesian inference. Knowledge of the material in Module 1 is assumed. Students new to R should complete a tutorial before the module.
Course objectives
To introduce partially observed Markov process (POMP) models as tools for scientific investigation and public health policy.
To give students the ability to formulate POMP models of their own.
To teach efficient approaches for performing scientific inference using POMP models.
To familiarize students with the pomp package.
To give students opportunities to work with such inference methods.
To provide documented examples for student re-use.
Lessons
Stochastic SIR simulator
For an interactive exploration of the stochastic SIR model, you can access the dedicated shiny app developed for this course. This application allows you to simulate and analyze the dynamics of disease spread using the stochastic SIR framework.
Acknowledgements
This website and all the materials are adapted from https://kingaa.github.io/sbied/. We would like send our sincere gratitude to Professors Aaron A. King and Edward L. Ionides for creating this wonderful course and for helping us developing our own version.