Skip to content

Commit 5b032dd

Browse files
committed
Elaborate a bit on adding a constant to a Gaussian r.v.
1 parent a78a4b6 commit 5b032dd

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
@@ -162,7 +162,7 @@
162162
"\n",
163163
"$$ y = \\mathbf{w}^T\\mathbf{g}(x) + \\epsilon $$\n",
164164
"\n",
165-
"Therefore, combining the two terms we can say that $p(\\mathbf{y}|\\mathbf{x},\\mathbf{w}) \\sim \\mathcal{N}(\\mathbf{w}^T\\mathbf{g}(x), \\sigma^2)$.\n",
165+
"Therefore, adding a constant to a Gaussian random variable results in a shift of the mean (from 0 to $\\mathbf{w}^T\\mathbf{g}(x)$), so we can say that $p(\\mathbf{y}|\\mathbf{x},\\mathbf{w}) \\sim \\mathcal{N}(\\mathbf{w}^T\\mathbf{g}(x), \\sigma^2)$.\n",
166166
"\n",
167167
"## Maximum Likelihood\n",
168168
"\n",

0 commit comments

Comments
 (0)