Skip to content

Commit 1bf76d0

Browse files
committed
Fix wrong placement of - sign
1 parent b4dcfd5 commit 1bf76d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesian_linear_regression.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"\n",
104104
"$$\n",
105105
"\\log p(\\mathbf{w} \\lvert \\mathbf{t}, \\alpha, \\beta) = \n",
106-
"\\-beta E_D(\\mathbf{w}) - \\alpha E_W(\\mathbf{w}) + \\mathrm{const.} \\tag{12}\n",
106+
"-\\beta E_D(\\mathbf{w}) - \\alpha E_W(\\mathbf{w}) + \\mathrm{const.} \\tag{12}\n",
107107
"$$\n",
108108
"\n",
109109
"where $E_D(\\mathbf{w})$ is defined by $(6)$ and \n",

0 commit comments

Comments
 (0)