diff --git a/doc/pub/week36/html/week36-reveal.html b/doc/pub/week36/html/week36-reveal.html index d3733abaf..001cedbbd 100644 --- a/doc/pub/week36/html/week36-reveal.html +++ b/doc/pub/week36/html/week36-reveal.html @@ -600,7 +600,7 @@ $$ and minimizing we have that
$$
-\hat{\boldsymbol{\beta}}_{\mathrm{OLS}} = \boldsymbol{y}.
+\hat{\beta}_i^{\mathrm{OLS}} = y_i.
$$
@@ -620,7 +620,7 @@ $$
and minimizing we have that
$$
-\hat{\boldsymbol{\beta}}_{\mathrm{Ridge}} = \frac{\boldsymbol{y}}{1+\lambda}.
+\hat{\beta}_i^{\mathrm{Ridge}} = \frac{y_i}{1+\lambda}.
$$
diff --git a/doc/pub/week36/html/week36-solarized.html b/doc/pub/week36/html/week36-solarized.html
index ae97f1ac5..acdeaa242 100644
--- a/doc/pub/week36/html/week36-solarized.html
+++ b/doc/pub/week36/html/week36-solarized.html
@@ -627,7 +627,7 @@ $$
and minimizing we have that
$$
-\hat{\boldsymbol{\beta}}_{\mathrm{OLS}} = \boldsymbol{y}.
+\hat{\beta}_i^{\mathrm{OLS}} = y_i.
$$
@@ -643,7 +643,7 @@ $$ and minimizing we have that $$ -\hat{\boldsymbol{\beta}}_{\mathrm{Ridge}} = \frac{\boldsymbol{y}}{1+\lambda}. +\hat{\beta}_i^{\mathrm{Ridge}} = \frac{y_i}{1+\lambda}. $$
diff --git a/doc/pub/week36/html/week36.html b/doc/pub/week36/html/week36.html index 11a802907..6c4b38b04 100644 --- a/doc/pub/week36/html/week36.html +++ b/doc/pub/week36/html/week36.html @@ -632,7 +632,7 @@ $$ and minimizing we have that $$ -\hat{\boldsymbol{\beta}}_{\mathrm{OLS}} = \boldsymbol{y}. +\hat{\beta}_i^{\mathrm{OLS}} = y_i. $$
@@ -648,7 +648,7 @@ $$ and minimizing we have that $$ -\hat{\boldsymbol{\beta}}_{\mathrm{Ridge}} = \frac{\boldsymbol{y}}{1+\lambda}. +\hat{\beta}_i^{\mathrm{Ridge}} = \frac{y_i}{1+\lambda}. $$
diff --git a/doc/pub/week36/ipynb/ipynb-week36-src.tar.gz b/doc/pub/week36/ipynb/ipynb-week36-src.tar.gz index 67139f451..0fb55f793 100644 Binary files a/doc/pub/week36/ipynb/ipynb-week36-src.tar.gz and b/doc/pub/week36/ipynb/ipynb-week36-src.tar.gz differ diff --git a/doc/pub/week36/ipynb/week36.ipynb b/doc/pub/week36/ipynb/week36.ipynb index 315e6fb17..1b762c8ae 100644 --- a/doc/pub/week36/ipynb/week36.ipynb +++ b/doc/pub/week36/ipynb/week36.ipynb @@ -678,7 +678,7 @@ "metadata": {}, "source": [ "$$\n", - "\\hat{\\boldsymbol{\\beta}}_{\\mathrm{OLS}} = \\boldsymbol{y}.\n", + "\\hat{\\beta}_i^{\\mathrm{OLS}} = y_i.\n", "$$" ] }, @@ -712,7 +712,7 @@ "metadata": {}, "source": [ "$$\n", - "\\hat{\\boldsymbol{\\beta}}_{\\mathrm{Ridge}} = \\frac{\\boldsymbol{y}}{1+\\lambda}.\n", + "\\hat{\\beta}_i^{\\mathrm{Ridge}} = \\frac{y_i}{1+\\lambda}.\n", "$$" ] }, diff --git a/doc/src/week36/week36.do.txt b/doc/src/week36/week36.do.txt index 3df666067..da229351c 100644 --- a/doc/src/week36/week36.do.txt +++ b/doc/src/week36/week36.do.txt @@ -378,7 +378,7 @@ C(\bm{\beta})=\sum_{i=0}^{p-1}(y_i-\beta_i)^2, and minimizing we have that !bt \[ -\hat{\bm{\beta}}_{\mathrm{OLS}} = \bm{y}. +\hat{\beta}_i^{\mathrm{OLS}} = y_i. \] !et @@ -394,7 +394,7 @@ C(\bm{\beta})=\sum_{i=0}^{p-1}(y_i-\beta_i)^2+\lambda\sum_{i=0}^{p-1}\beta_i^2, and minimizing we have that !bt \[ -\hat{\bm{\beta}}_{\mathrm{Ridge}} = \frac{\bm{y}}{1+\lambda}. +\hat{\beta}_i^{\mathrm{Ridge}} = \frac{y_i}{1+\lambda}. \] !et