Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more on 5.9.8
  • Loading branch information
jet08013 committed Apr 29, 2018
1 parent 92c245e commit 025db3a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions BDA 5.9.8.ipynb
Expand Up @@ -6,6 +6,10 @@
"source": [
"# Discrete Mixture Models\n",
"\n",
"<font color='red'> This solution differs from the one published here:\n",
"http://www.stat.columbia.edu/~gelman/book/solutions3.pdf\n",
"<color>\n",
"\n",
"Discrete mixture models: if $p_m(\\theta)$, for $m=1,\\ldots,M$ are conjugate prior densities for the sampling model $y|\\theta$, show that the class of finite mixture prior densities given by \n",
"$$\n",
"p(\\theta)=\\sum_{1}^{M} \\lambda_m p_m(\\theta)\n",
Expand Down Expand Up @@ -52,7 +56,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 29,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -68,7 +72,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 30,
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit 025db3a

Please sign in to comment.