Skip to content

Commit 3137f6a

Browse files
committed
the example shows 500 samples, not 300
1 parent f251ee3 commit 3137f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter3_MCMC/IntroMCMC.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
"\n",
810810
"During MCMC, we are returned vectors representing samples from the unknown posteriors. Elements of different vectors cannot be used together, as this would break the above logic: perhaps a sample has returned that cluster 1 has a small standard deviation, hence all the other variables in that sample would incorporate that and be adjusted accordingly. It is easy to avoid this problem though, just make sure you are indexing traces correctly. \n",
811811
"\n",
812-
"Another small example to illustrate the point. Suppose two variables, $x$ and $y$, are related by $x+y=10$. We model $x$ as a Normal random variable with mean 4 and explore 300 samples. "
812+
"Another small example to illustrate the point. Suppose two variables, $x$ and $y$, are related by $x+y=10$. We model $x$ as a Normal random variable with mean 4 and explore 500 samples. "
813813
]
814814
},
815815
{

0 commit comments

Comments
 (0)