Skip to content

Commit fe76461

Browse files
committed
Fix typo
1 parent 1bf76d0 commit fe76461

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
@@ -99,7 +99,7 @@
9999
"p(\\mathbf{w} \\lvert \\mathbf{t}, \\alpha, \\beta) = \\mathcal{N}(\\mathbf{w} \\lvert \\mathbf{m}_N, \\mathbf{S}_N) \\tag{11}\n",
100100
"$$\n",
101101
"\n",
102-
"For the moment, we assume that the values of $\\alpha$ and $\\beta$ are known. Since the posterior is proportional to the product of likehood and prior, the log of the posterior distribution is proportional to the sum of the log likelihood and the log of the prior\n",
102+
"For the moment, we assume that the values of $\\alpha$ and $\\beta$ are known. Since the posterior is proportional to the product of likelihood and prior, the log of the posterior distribution is proportional to the sum of the log likelihood and the log of the prior\n",
103103
"\n",
104104
"$$\n",
105105
"\\log p(\\mathbf{w} \\lvert \\mathbf{t}, \\alpha, \\beta) = \n",

0 commit comments

Comments
 (0)