Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 2.75 KB

index.md

File metadata and controls

72 lines (52 loc) · 2.75 KB
title author output bibliography csl
Simulation-based Inference for Epidemiological Dynamics
Aaron A. King, Edward L. Ionides, Jesse Wheeler
html_document
includes
after_body
_includes/main_bottom.html
_includes/license.html
sbied.bib
jss.csl
<style type="text/css"> div .nb { background-color: #ffeca3; border-style: solid; border-width: 2; border-color: #00274c; padding: 1em; } hr { border-width: 3; border-color: #00274c; } </style>

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

  1. To introduce partially observed Markov process (POMP) models as tools for scientific investigation and public health policy.
  2. To give students the ability to formulate POMP models of their own.
  3. To teach efficient approaches for performing scientific inference using POMP models.
  4. To familiarize students with the pomp package.
  5. To give students opportunities to work with such inference methods.
  6. To provide documented examples for student re-use.

Lessons

0. Instructions for preparing your laptop for the course exercises.

1. Introduction: What is "Simulation-based Inference for Epidemiological Dynamics"? POMPs and pomp.

2. Simulation of stochastic dynamic models.

3. Likelihood for POMPs: theory and practice.

4. Iterated filtering: theory and practice.

5. Case study: measles. Recurrent epidemics, long time series, covariates, extra-demographic stochasticity, interpretation of parameter estimates.

6. Case study: polio. Workflow for a real research problem.

7. Case study: Ebola. Model diagnostics and forecasting.

8. Case study: HIV and fluctuating sexual contact rates. Panel data.

Miscellaneous materials