From ea7245532a6d40256153f720a43aa53b91c6cb34 Mon Sep 17 00:00:00 2001 From: Alessandro Gentilini Date: Sun, 26 Dec 2021 11:39:21 +0100 Subject: [PATCH] Fix very small typo --- chapter03/Bayesian-linear-regression.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter03/Bayesian-linear-regression.ipynb b/chapter03/Bayesian-linear-regression.ipynb index 9d3c835..893823d 100644 --- a/chapter03/Bayesian-linear-regression.ipynb +++ b/chapter03/Bayesian-linear-regression.ipynb @@ -42,7 +42,7 @@ " y_n\\vert {\\bf x}_n \\sim \\mathcal{N}({\\bf w}^T{\\bf x}, \\sigma^2)\n", "$$\n", "\n", - "Furthermore, we we assign $\\bf w$ a *prior* distribution of the form ${\\bf w}\\sim\\mathcal{N}(\\boldsymbol\\mu_0, \\boldsymbol\\Sigma_0)$. Our goal is to find the *posterior* distribution ${\\bf w}\\vert \\mathcal{D}$, i.e.,\n", + "Furthermore, we assign $\\bf w$ a *prior* distribution of the form ${\\bf w}\\sim\\mathcal{N}(\\boldsymbol\\mu_0, \\boldsymbol\\Sigma_0)$. Our goal is to find the *posterior* distribution ${\\bf w}\\vert \\mathcal{D}$, i.e.,\n", "\n", "\n", "$$\n",