Skip to content

Commit 47c7d18

Browse files
committed
added model diagrams to notebook 4
1 parent b462eaf commit 47c7d18

6 files changed

Lines changed: 29 additions & 0 deletions

images/bacteria_model.jpg

84.8 KB
Loading

images/bacteria_model.pdf

371 KB
Binary file not shown.
733 KB
Binary file not shown.

images/poisson-distribution.pdf

739 KB
Binary file not shown.

notebooks/04-instructor-multi-group-comparsion-sterilization.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,24 @@
282282
"- Two-group (and multi-group) comparisons involve a Bayesian estimation procedure.\n",
283283
"- We estimate parameter of interest for each group, and then compare the parameter posterior distributions."
284284
]
285+
},
286+
{
287+
"cell_type": "markdown",
288+
"metadata": {},
289+
"source": [
290+
"# Hints\n",
291+
"\n",
292+
"A graphical version of one possible model implementation is provided below.\n",
293+
"\n",
294+
"![](../images/bacteria_model.jpg)"
295+
]
296+
},
297+
{
298+
"cell_type": "code",
299+
"execution_count": null,
300+
"metadata": {},
301+
"outputs": [],
302+
"source": []
285303
}
286304
],
287305
"metadata": {

notebooks/04-student-multi-group-comparsion-sterilization.ipynb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,17 @@
279279
"- Two-group (and multi-group) comparisons involve a Bayesian estimation procedure.\n",
280280
"- We estimate parameter of interest for each group, and then compare the parameter posterior distributions."
281281
]
282+
},
283+
{
284+
"cell_type": "markdown",
285+
"metadata": {},
286+
"source": [
287+
"# Hints\n",
288+
"\n",
289+
"A graphical version of one possible model implementation is provided below.\n",
290+
"\n",
291+
"![](../images/bacteria_model.jpg)"
292+
]
282293
}
283294
],
284295
"metadata": {

0 commit comments

Comments
 (0)