update book

This commit is contained in:
Morten Hjorth-Jensen
2024-09-02 16:29:05 +02:00
parent 548e735c20
commit 41f98033a3
8 changed files with 91 additions and 171 deletions
@@ -490,12 +490,7 @@ a finite number larger than zero. We will not implement that here.</p>
\[
\hat{\boldsymbol{\beta}}_{\mathrm{Ridge}} = \left(\boldsymbol{X}^T\boldsymbol{X}+\lambda\boldsymbol{I}\right)^{-1}\boldsymbol{X}^T\boldsymbol{y},
\]</div>
<p>with <span class="math notranslate nohighlight">\(\boldsymbol{I}\)</span> being a <span class="math notranslate nohighlight">\(p\times p\)</span> identity matrix with the constraint that</p>
<div class="math notranslate nohighlight">
\[
\sum_{i=0}^{p-1} \beta_i^2 \leq t,
\]</div>
<p>with <span class="math notranslate nohighlight">\(t\)</span> a finite positive number. In the optimization, we will not require that the latter is satisfied.</p>
<p>with <span class="math notranslate nohighlight">\(\boldsymbol{I}\)</span> being a <span class="math notranslate nohighlight">\(p\times p\)</span> identity matrix.</p>
<p>The ordinary least squares result is</p>
<div class="math notranslate nohighlight">
\[