Skip to content

Commit 460f558

Browse files
committed
Fixed LaTeX issue in binomial GLM notebook
1 parent b17e5d1 commit 460f558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebooks/GLM-hierarchical-binominal-model.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@
210210
"source": [
211211
"The plot shows that the posterior is roughly symetric about the mode (-1.79, 2.74). This corresponds to $\\alpha = 2.21$ and $\\beta = 13.27$. We can compute the marginal means as the authors of BDA3 do, using\n",
212212
"\n",
213-
"$$ \\operatorname{E}(\\alpha \\lvert y) \\mbox{ is Estimated By }\n",
213+
"$$ \\operatorname{E}(\\alpha \\lvert y) \\text{ is estimated by }\n",
214214
"\\sum_{x,z} \\alpha p(x,z\\lvert y) $$\n",
215215
"\n",
216-
"$$ \\operatorname{E}(\\beta \\lvert y) \\mbox{ is Estimated By }\n",
216+
"$$ \\operatorname{E}(\\beta \\lvert y) \\text{ is estimated by }\n",
217217
"\\sum_{x,z} \\beta p(x,z\\lvert y) $$"
218218
]
219219
},

0 commit comments

Comments
 (0)