From 2adc1da56666d1fb55a48701d7f9ed8c8afd8183 Mon Sep 17 00:00:00 2001 From: Youcef Rahal Date: Thu, 25 Jan 2024 10:16:46 -0500 Subject: [PATCH] Fix some typpos in Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb --- Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb index d1e8f0c..5e6ea2c 100644 --- a/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb +++ b/Notebooks/Chap05/5_1_Least_Squares_Loss.ipynb @@ -431,7 +431,7 @@ { "cell_type": "code", "source": [ - "# Now let's plot the likelihood, negative log likelihood, and least squares as a function the value of the offset beta1\n", + "# Now let's plot the likelihood, negative log likelihood, and least squares as a function of the value of the offset beta1\n", "fig, ax = plt.subplots(1,2)\n", "fig.set_size_inches(10.5, 5.5)\n", "fig.tight_layout(pad=10.0)\n", @@ -530,7 +530,7 @@ { "cell_type": "code", "source": [ - "# Now let's plot the likelihood, negative log likelihood, and least squares as a function the value of the standard deviation sigma\n", + "# Now let's plot the likelihood, negative log likelihood, and least squares as a function of the value of the standard deviation sigma\n", "fig, ax = plt.subplots(1,2)\n", "fig.set_size_inches(10.5, 5.5)\n", "fig.tight_layout(pad=10.0)\n",