Skip to content

Commit 5ed206f

Browse files
Merge pull request #180 from LeoGrin/update-sir-case-study
add a table of content
2 parents 5ba27c7 + dee269a commit 5ed206f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knitr/disease_transmission/boarding_school_case_study.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ author: "Léo Grinsztajn^[École polytechnique, Palaiseau, France, leo.grinsztaj
44
link-citations: true
55
output:
66
html_document:
7-
toc: true
8-
toc_depth: 5
9-
toc_float: true
7+
toc: true
8+
toc_depth: 5
9+
toc_float: true
1010
bibliography: biblio.bib
1111
biblio-style: imsmart-nameyear
1212
abstract: This tutorial shows how to build, fit, and criticize disease transmission models in Stan, and should be useful to researchers interested in modeling the COVID-19 outbreak and doing Bayesian inference. Bayesian modeling provides a principled way to quantify uncertainty and incorporate prior knowledge into the model. What is more, Stan's main inference engine, Hamiltonian Monte Carlo sampling, is amiable to diagnostics, which means we can verify whether our inference is reliable. Stan is an expressive probabilistic programing language that abstracts the inference and allows users to focus on the modeling. The resulting code is readable and easily extensible, which makes the modeler's work more transparent and flexible. In this tutorial, we demonstrate with a simple Susceptible-Infected-Recovered (SIR) model how to formulate, fit, and diagnose a compartmental model in Stan. We also introduce more advanced topics which can help practitioners fit sophisticated models; notably, how to use simulations to probe our model and our priors, and computational techniques to scale ODE-based models.

0 commit comments

Comments
 (0)