Skip to content

Commit f2b9791

Browse files
committed
docs: adapt notebook headings and links
1 parent 501e040 commit f2b9791

File tree

2 files changed

+340
-308
lines changed

2 files changed

+340
-308
lines changed

examples/Quickstart_Amortized_Posterior_Estimation.ipynb

Lines changed: 339 additions & 307 deletions
Large diffs are not rendered by default.

examples/SIR_PosteriorEstimation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"id": "appropriate-chester",
7676
"metadata": {},
7777
"source": [
78-
"As described in our [very first notebook](Intro_Amortized_Posterior_Estimation.ipynb), a generative model consists of a prior (encoding suitable parameter ranges) and a simulator (generating data given simulations). Our underlying model distinguishes between susceptible, $S$, infected, $I$, and recovered, $R$, individuals with infection and recovery occurring at a constant transmission rate $\\lambda$ and constant recovery rate $\\mu$, respectively. The model dynamics are governed by the following system of ODEs:\n",
78+
"As described in our [very first notebook](Quickstart_Amortized_Posterior_Estimation.ipynb), a generative model consists of a prior (encoding suitable parameter ranges) and a simulator (generating data given simulations). Our underlying model distinguishes between susceptible, $S$, infected, $I$, and recovered, $R$, individuals with infection and recovery occurring at a constant transmission rate $\\lambda$ and constant recovery rate $\\mu$, respectively. The model dynamics are governed by the following system of ODEs:\n",
7979
"\n",
8080
"$$\n",
8181
"\\begin{align}\n",

0 commit comments

Comments
 (0)