Skip to content

Commit 4dd09ac

Browse files
chp3 MCMC
1 parent b9dd966 commit 4dd09ac

File tree

2 files changed

+28
-75
lines changed

2 files changed

+28
-75
lines changed

Chapter3_MCMC/IntroMCMC.ipynb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"metadata": {
3+
"name": "IntroMCMC"
4+
},
5+
"nbformat": 3,
6+
"nbformat_minor": 0,
7+
"worksheets": [
8+
{
9+
"cells": [
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"This should be a brief intro to what MCMC is, framed in words like *convergence*, *iterations*, *being fit to the data*, *learning*. The chapter should introduce:\n",
15+
"\n",
16+
"- MCMC convergence + some diagnogstics\n",
17+
"- Matplot.plot\n",
18+
"- MAP (and how to estimate it) (maybe move this to another section)\n",
19+
"- mcmc.sample()\n",
20+
"- mcmc.trace() use\n",
21+
"- map.fit()\n"
22+
]
23+
}
24+
],
25+
"metadata": {}
26+
}
27+
]
28+
}

preamble/preamble.txt

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)