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",