Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo fix (#64)
  • Loading branch information
zonca authored and aloctavodia committed Jan 3, 2018
1 parent bffb82a commit 04d679b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chp_02.ipynb
Expand Up @@ -164,7 +164,7 @@
"source": [
"#### Code 2.6\n",
"\n",
"Computing the posterior using the quadratic aproximation"
"Computing the posterior using the quadratic approximation"
]
},
{
Expand Down Expand Up @@ -192,7 +192,7 @@
],
"source": [
"data = np.repeat((0, 1), (3, 6))\n",
"with pm.Model() as normal_aproximation:\n",
"with pm.Model() as normal_approximation:\n",
" p = pm.Uniform('p', 0, 1)\n",
" w = pm.Binomial('w', n=len(data), p=p, observed=data.sum())\n",
" mean_q = pm.find_MAP()\n",
Expand Down

0 comments on commit 04d679b

Please sign in to comment.