Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 84dbe04

Browse files
author
Chris Fonnesbeck
committed
Fix for malformed HTML in notebook 4
1 parent 6f13860 commit 84dbe04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

4. Statistical Data Modeling.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"\n",
119119
"<div style=\"font-size: 150%;\"> \n",
120120
"$$Pr(X=x)=\\frac{e^{-\\lambda}\\lambda^x}{x!}$$\n",
121+
"</div>\n",
121122
"\n",
122123
"* $X=\\{0,1,2,\\ldots\\}$\n",
123124
"* $\\lambda > 0$\n",
@@ -152,6 +153,7 @@
152153
"\n",
153154
"<div style=\"font-size: 150%;\"> \n",
154155
"$$f(x) = \\frac{1}{\\sqrt{2\\pi\\sigma^2}}\\exp\\left[-\\frac{(x-\\mu)^2}{2\\sigma^2}\\right]$$\n",
156+
"</div>\n",
155157
"\n",
156158
"* $X \\in \\mathbf{R}$\n",
157159
"* $\\mu \\in \\mathbf{R}$\n",

0 commit comments

Comments
 (0)