From 49b8696adde1ad75258e676d3a12f854860463cb Mon Sep 17 00:00:00 2001 From: Quarto GHA Workflow Runner Date: Sun, 4 Feb 2024 21:35:32 +0000 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- 01_intro.html | 224 ++++++++++- 02_estimation.html | 347 ++++++++++++++--- 03_asymptotics.html | 354 ++++++++++++++---- 04_hypothesis_tests.html | 309 +++++++++++++--- 06_linear_model.html | 276 ++++++++++++-- 07_least_squares.html | 316 +++++++++++++--- 08_ols_properties.html | 277 ++++++++++++-- assets/img/sampling-distribution.png | Bin 0 -> 20085 bytes index.html | 224 ++++++++++- references.html | 197 +++++++++- search.json | 391 ++++++++++++++++---- site_libs/bootstrap/bootstrap-icons.css | 148 +++++--- site_libs/bootstrap/bootstrap-icons.woff | Bin 164168 -> 176200 bytes site_libs/bootstrap/bootstrap.min.css | 12 +- site_libs/bootstrap/bootstrap.min.js | 6 +- site_libs/quarto-html/anchor.min.js | 6 +- site_libs/quarto-html/popper.min.js | 4 +- site_libs/quarto-html/quarto.js | 29 +- site_libs/quarto-nav/quarto-nav.js | 21 +- site_libs/quarto-search/autocomplete.umd.js | 4 +- site_libs/quarto-search/quarto-search.js | 161 ++++++-- 22 files changed, 2780 insertions(+), 528 deletions(-) create mode 100644 assets/img/sampling-distribution.png diff --git a/.nojekyll b/.nojekyll index 33e28ed..2209f86 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -a647382b \ No newline at end of file +af2ff66f \ No newline at end of file diff --git a/01_intro.html b/01_intro.html index cdc2d7d..0b3bfd3 100644 --- a/01_intro.html +++ b/01_intro.html @@ -2,7 +2,7 @@ - + @@ -47,7 +47,13 @@ "collapse-after": 3, "panel-placement": "start", "type": "textbox", - "limit": 20, + "limit": 50, + "keyboard-shortcut": [ + "f", + "/", + "s" + ], + "show-item-context": false, "language": { "search-no-results-text": "No results", "search-matching-documents-text": "matching documents", @@ -56,6 +62,7 @@ "search-more-match-text": "more match in this document", "search-more-matches-text": "more matches in this document", "search-clear-button-title": "Clear", + "search-text-placeholder": "", "search-detached-cancel-button-title": "Cancel", "search-submit-button-title": "Submit", "search-label": "Search" @@ -65,6 +72,33 @@ + + @@ -74,12 +108,12 @@