update on book

This commit is contained in:
Morten Hjorth-Jensen
2021-08-27 07:15:11 +02:00
parent d35fa373a3
commit 747293f0d3
36 changed files with 393 additions and 381 deletions
+7 -8
View File
@@ -55,7 +55,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="5. Ridge and Lasso Regression" href="chapter3.html" />
<link rel="prev" title="3. Linear Regression, basic Elements" href="chapter1.html" />
<link rel="prev" title="3. Linear Regression" href="chapter1.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />
@@ -139,7 +139,7 @@
<ul class="current nav bd-sidenav">
<li class="toctree-l1">
<a class="reference internal" href="chapter1.html">
3. Linear Regression, basic Elements
3. Linear Regression
</a>
</li>
<li class="toctree-l1 current active">
@@ -329,7 +329,6 @@
<div class="section" id="resampling-methods">
<h1><span class="section-number">4. </span>Resampling Methods<a class="headerlink" href="#resampling-methods" title="Permalink to this headline"></a></h1>
<p><a class="reference external" href="https://www.uio.no/studier/emner/matnat/fys/FYS-STK4155/h20/forelesningsvideoer/LectureSept3.mp4?vrtx=view-as-webpage">Video of Lecture</a></p>
<div class="section" id="introduction">
<h2><span class="section-number">4.1. </span>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline"></a></h2>
<p>Resampling methods are an indispensable tool in modern
@@ -588,10 +587,10 @@ number <span class="math notranslate nohighlight">\(i\)</span> is left out. Usin
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Runtime: 0.137268 sec
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Runtime: 0.139475 sec
Jackknife Statistics :
original bias std. error
99.8901 99.8802 0.152636
99.6714 99.6614 0.149667
</pre></div>
</div>
</div>
@@ -719,10 +718,10 @@ theorem.</p>
</div>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Runtime: 1.80121 sec
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>Runtime: 1.78195 sec
Bootstrap Statistics :
original bias std. error
99.7162 15.0832 99.7172 0.149366
100.073 14.9354 100.074 0.149903
</pre></div>
</div>
<div class="output traceback highlight-ipythontb notranslate"><div class="highlight"><pre><span></span><span class="gt">---------------------------------------------------------------------------</span>
@@ -1408,7 +1407,7 @@ flexible statistical methods have higher variance.</p>
<div class='prev-next-bottom'>
<a class='left-prev' id="prev-link" href="chapter1.html" title="previous page"><span class="section-number">3. </span>Linear Regression, basic Elements</a>
<a class='left-prev' id="prev-link" href="chapter1.html" title="previous page"><span class="section-number">3. </span>Linear Regression</a>
<a class='right-next' id="next-link" href="chapter3.html" title="next page"><span class="section-number">5. </span>Ridge and Lasso Regression</a>
</div>