Skip to content

Commit b4dcfd5

Browse files
authored
Merge pull request #12 from DodoTheDeveloper/patch-1
Fix potential typo of eq 12
2 parents d38031a + c3ec540 commit b4dcfd5

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)