Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Feb 7, 2024
1 parent 49b8696 commit f9ebee2
Show file tree
Hide file tree
Showing 13 changed files with 446 additions and 518 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
af2ff66f
a947f3ab
106 changes: 49 additions & 57 deletions 01_intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,55 @@
"search-label": "Search"
}
}</script>
<script>
window.MathJax = {
tex: {
macros: {
RR: "{\\bf R}",
bs: ["\\boldsymbol{#1}", 1],
mb: ["\\mathbf{#1}", 1],
E: "\\mathbb{E}",
V: "\\mathbb{V}",
P: "\\mathbb{P}",
var: "\\text{var}",
cov: "\\text{cov}",
N: "\\mathcal{N}",
Bern: "\\text{Bern}",
Bin: "\\text{Bin}",
Pois: "\\text{Pois}",
Unif: "\\text{Unif}",
se: "\\textsf{se}",
U: "\\mb{U}",
Xbar: "\\overline{X}",
Ybar: "\\overline{Y}",
real: "\\mathbb{R}",
bbL: "\\mathbb{L}",
u: "\\mb{u}",
v: "\\mb{v}",
M: "\\mb{M}",
X: "\\mb{X}",
Xmat: "\\mathbb{X}",
bfx: "\\mb{x}",
y: "\\mb{y}",
bfbeta: "\\bs{\\beta}",
e: "\\bs{\\epsilon}",
bhat: "\\widehat{\\bs{\\beta}}",
XX: "\\Xmat'\\Xmat",
XXinv: "\\left(\\Xmat'\\Xmat\\right)^{-1}",
hatsig: "\\widehat{\\sigma}^2",
red: ["\\textcolor{red!60}{#1}", 1],
indianred: ["\\textcolor{indianred}{#1}", 1],
blue: ["\\textcolor{blue!60}{#1}", 1],
dblue: ["\\textcolor{dodgerblue}{#1}", 1],
indep: "\\perp\\!\\!\\!\\perp",
inprob: "\\overset{p}{\\to}",
indist: "\\overset{d}{\\to}",
argmax: ["\\operatorname\{arg\,max\}"],
argmin: ["\\operatorname\{arg\,min\}"]
}
}
};
</script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
Expand Down Expand Up @@ -231,63 +280,6 @@
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
$$
\newcommand{\bs}{\boldsymbol}
\newcommand{\mb}{\mathbf}
\newcommand{\E}{\mathbb{E}}
\newcommand{\V}{\mathbb{V}}
\newcommand{\var}{\text{var}}
\newcommand{\cov}{\text{cov}}
\newcommand{\N}{\mathcal{N}}
\newcommand{\Bern}{\text{Bern}}
\newcommand{\Bin}{\text{Bin}}
\newcommand{\Pois}{\text{Pois}}
\newcommand{\Unif}{\text{Unif}}
\newcommand{\se}{\textsf{se}}
\newcommand{\au}{\underline{a}}
\newcommand{\du}{\underline{d}}
\newcommand{\Au}{\underline{A}}
\newcommand{\Du}{\underline{D}}
\newcommand{\xu}{\underline{x}}
\newcommand{\Xu}{\underline{X}}
\newcommand{\Yu}{\underline{Y}}
\renewcommand{\P}{\mathbb{P}}
\newcommand{\U}{\mb{U}}
\newcommand{\Xbar}{\overline{X}}
\newcommand{\Ybar}{\overline{Y}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\bbL}{\mathbb{L}}
\renewcommand{\u}{\mb{u}}
\renewcommand{\v}{\mb{v}}
\newcommand{\M}{\mb{M}}
\newcommand{\X}{\mb{X}}
\newcommand{\Xmat}{\mathbb{X}}
\newcommand{\bfx}{\mb{x}}
\newcommand{\y}{\mb{y}}
\renewcommand{\bfbeta}{\bs{\beta}}
\newcommand{\e}{\bs{\epsilon}}
\newcommand{\bhat}{\widehat{\bs{\beta}}}
\newcommand{\XX}{\Xmat'\Xmat}
\newcommand{\XXinv}{\left(\XX\right)^{-1}}
\newcommand{\hatsig}{\hat{\sigma}^2}
\newcommand{\red}[1]{\textcolor{red!60}{#1}}
\newcommand{\indianred}[1]{\textcolor{indianred}{#1}}
\newcommand{\blue}[1]{\textcolor{blue!60}{#1}}
\newcommand{\dblue}[1]{\textcolor{dodgerblue}{#1}}
\newcommand{\indep}{\perp\!\!\!\perp}
\newcommand{\inprob}{\overset{p}{\to}}
\newcommand{\indist}{\overset{d}{\to}}
\newcommand{\eframe}{\end{frame}}
\newcommand{\bframe}{\begin{frame}}
\newcommand{\R}{\textsf{\textbf{R}}}
\newcommand{\Rst}{\textsf{\textbf{RStudio}}}
\newcommand{\rfun}[1]{\texttt{\color{magenta}{#1}}}
\newcommand{\rpack}[1]{\textbf{#1}}
\newcommand{\rexpr}[1]{\texttt{\color{magenta}{#1}}}
\newcommand{\filename}[1]{\texttt{\color{blue}{#1}}}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
$$

<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
Expand Down
106 changes: 49 additions & 57 deletions 02_estimation.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,55 @@
"search-label": "Search"
}
}</script>
<script>
window.MathJax = {
tex: {
macros: {
RR: "{\\bf R}",
bs: ["\\boldsymbol{#1}", 1],
mb: ["\\mathbf{#1}", 1],
E: "\\mathbb{E}",
V: "\\mathbb{V}",
P: "\\mathbb{P}",
var: "\\text{var}",
cov: "\\text{cov}",
N: "\\mathcal{N}",
Bern: "\\text{Bern}",
Bin: "\\text{Bin}",
Pois: "\\text{Pois}",
Unif: "\\text{Unif}",
se: "\\textsf{se}",
U: "\\mb{U}",
Xbar: "\\overline{X}",
Ybar: "\\overline{Y}",
real: "\\mathbb{R}",
bbL: "\\mathbb{L}",
u: "\\mb{u}",
v: "\\mb{v}",
M: "\\mb{M}",
X: "\\mb{X}",
Xmat: "\\mathbb{X}",
bfx: "\\mb{x}",
y: "\\mb{y}",
bfbeta: "\\bs{\\beta}",
e: "\\bs{\\epsilon}",
bhat: "\\widehat{\\bs{\\beta}}",
XX: "\\Xmat'\\Xmat",
XXinv: "\\left(\\Xmat'\\Xmat\\right)^{-1}",
hatsig: "\\widehat{\\sigma}^2",
red: ["\\textcolor{red!60}{#1}", 1],
indianred: ["\\textcolor{indianred}{#1}", 1],
blue: ["\\textcolor{blue!60}{#1}", 1],
dblue: ["\\textcolor{dodgerblue}{#1}", 1],
indep: "\\perp\\!\\!\\!\\perp",
inprob: "\\overset{p}{\\to}",
indist: "\\overset{d}{\\to}",
argmax: ["\\operatorname\{arg\,max\}"],
argmin: ["\\operatorname\{arg\,min\}"]
}
}
};
</script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
Expand Down Expand Up @@ -289,63 +338,6 @@ <h2 id="toc-title">Table of contents</h2>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
$$
\newcommand{\bs}{\boldsymbol}
\newcommand{\mb}{\mathbf}
\newcommand{\E}{\mathbb{E}}
\newcommand{\V}{\mathbb{V}}
\newcommand{\var}{\text{var}}
\newcommand{\cov}{\text{cov}}
\newcommand{\N}{\mathcal{N}}
\newcommand{\Bern}{\text{Bern}}
\newcommand{\Bin}{\text{Bin}}
\newcommand{\Pois}{\text{Pois}}
\newcommand{\Unif}{\text{Unif}}
\newcommand{\se}{\textsf{se}}
\newcommand{\au}{\underline{a}}
\newcommand{\du}{\underline{d}}
\newcommand{\Au}{\underline{A}}
\newcommand{\Du}{\underline{D}}
\newcommand{\xu}{\underline{x}}
\newcommand{\Xu}{\underline{X}}
\newcommand{\Yu}{\underline{Y}}
\renewcommand{\P}{\mathbb{P}}
\newcommand{\U}{\mb{U}}
\newcommand{\Xbar}{\overline{X}}
\newcommand{\Ybar}{\overline{Y}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\bbL}{\mathbb{L}}
\renewcommand{\u}{\mb{u}}
\renewcommand{\v}{\mb{v}}
\newcommand{\M}{\mb{M}}
\newcommand{\X}{\mb{X}}
\newcommand{\Xmat}{\mathbb{X}}
\newcommand{\bfx}{\mb{x}}
\newcommand{\y}{\mb{y}}
\renewcommand{\bfbeta}{\bs{\beta}}
\newcommand{\e}{\bs{\epsilon}}
\newcommand{\bhat}{\widehat{\bs{\beta}}}
\newcommand{\XX}{\Xmat'\Xmat}
\newcommand{\XXinv}{\left(\XX\right)^{-1}}
\newcommand{\hatsig}{\hat{\sigma}^2}
\newcommand{\red}[1]{\textcolor{red!60}{#1}}
\newcommand{\indianred}[1]{\textcolor{indianred}{#1}}
\newcommand{\blue}[1]{\textcolor{blue!60}{#1}}
\newcommand{\dblue}[1]{\textcolor{dodgerblue}{#1}}
\newcommand{\indep}{\perp\!\!\!\perp}
\newcommand{\inprob}{\overset{p}{\to}}
\newcommand{\indist}{\overset{d}{\to}}
\newcommand{\eframe}{\end{frame}}
\newcommand{\bframe}{\begin{frame}}
\newcommand{\R}{\textsf{\textbf{R}}}
\newcommand{\Rst}{\textsf{\textbf{RStudio}}}
\newcommand{\rfun}[1]{\texttt{\color{magenta}{#1}}}
\newcommand{\rpack}[1]{\textbf{#1}}
\newcommand{\rexpr}[1]{\texttt{\color{magenta}{#1}}}
\newcommand{\filename}[1]{\texttt{\color{blue}{#1}}}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
$$

<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="./02_estimation.html">Statistical Inference</a></li><li class="breadcrumb-item"><a href="./02_estimation.html"><span class="chapter-number">2</span>&nbsp; <span class="chapter-title">Estimation</span></a></li></ol></nav>
<div class="quarto-title">
Expand Down
106 changes: 49 additions & 57 deletions 03_asymptotics.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,55 @@
"search-label": "Search"
}
}</script>
<script>
window.MathJax = {
tex: {
macros: {
RR: "{\\bf R}",
bs: ["\\boldsymbol{#1}", 1],
mb: ["\\mathbf{#1}", 1],
E: "\\mathbb{E}",
V: "\\mathbb{V}",
P: "\\mathbb{P}",
var: "\\text{var}",
cov: "\\text{cov}",
N: "\\mathcal{N}",
Bern: "\\text{Bern}",
Bin: "\\text{Bin}",
Pois: "\\text{Pois}",
Unif: "\\text{Unif}",
se: "\\textsf{se}",
U: "\\mb{U}",
Xbar: "\\overline{X}",
Ybar: "\\overline{Y}",
real: "\\mathbb{R}",
bbL: "\\mathbb{L}",
u: "\\mb{u}",
v: "\\mb{v}",
M: "\\mb{M}",
X: "\\mb{X}",
Xmat: "\\mathbb{X}",
bfx: "\\mb{x}",
y: "\\mb{y}",
bfbeta: "\\bs{\\beta}",
e: "\\bs{\\epsilon}",
bhat: "\\widehat{\\bs{\\beta}}",
XX: "\\Xmat'\\Xmat",
XXinv: "\\left(\\Xmat'\\Xmat\\right)^{-1}",
hatsig: "\\widehat{\\sigma}^2",
red: ["\\textcolor{red!60}{#1}", 1],
indianred: ["\\textcolor{indianred}{#1}", 1],
blue: ["\\textcolor{blue!60}{#1}", 1],
dblue: ["\\textcolor{dodgerblue}{#1}", 1],
indep: "\\perp\\!\\!\\!\\perp",
inprob: "\\overset{p}{\\to}",
indist: "\\overset{d}{\\to}",
argmax: ["\\operatorname\{arg\,max\}"],
argmin: ["\\operatorname\{arg\,min\}"]
}
}
};
</script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js" type="text/javascript"></script>
Expand Down Expand Up @@ -283,63 +332,6 @@ <h2 id="toc-title">Table of contents</h2>
</div>
<!-- main -->
<main class="content" id="quarto-document-content">
$$
\newcommand{\bs}{\boldsymbol}
\newcommand{\mb}{\mathbf}
\newcommand{\E}{\mathbb{E}}
\newcommand{\V}{\mathbb{V}}
\newcommand{\var}{\text{var}}
\newcommand{\cov}{\text{cov}}
\newcommand{\N}{\mathcal{N}}
\newcommand{\Bern}{\text{Bern}}
\newcommand{\Bin}{\text{Bin}}
\newcommand{\Pois}{\text{Pois}}
\newcommand{\Unif}{\text{Unif}}
\newcommand{\se}{\textsf{se}}
\newcommand{\au}{\underline{a}}
\newcommand{\du}{\underline{d}}
\newcommand{\Au}{\underline{A}}
\newcommand{\Du}{\underline{D}}
\newcommand{\xu}{\underline{x}}
\newcommand{\Xu}{\underline{X}}
\newcommand{\Yu}{\underline{Y}}
\renewcommand{\P}{\mathbb{P}}
\newcommand{\U}{\mb{U}}
\newcommand{\Xbar}{\overline{X}}
\newcommand{\Ybar}{\overline{Y}}
\newcommand{\real}{\mathbb{R}}
\newcommand{\bbL}{\mathbb{L}}
\renewcommand{\u}{\mb{u}}
\renewcommand{\v}{\mb{v}}
\newcommand{\M}{\mb{M}}
\newcommand{\X}{\mb{X}}
\newcommand{\Xmat}{\mathbb{X}}
\newcommand{\bfx}{\mb{x}}
\newcommand{\y}{\mb{y}}
\renewcommand{\bfbeta}{\bs{\beta}}
\newcommand{\e}{\bs{\epsilon}}
\newcommand{\bhat}{\widehat{\bs{\beta}}}
\newcommand{\XX}{\Xmat'\Xmat}
\newcommand{\XXinv}{\left(\XX\right)^{-1}}
\newcommand{\hatsig}{\hat{\sigma}^2}
\newcommand{\red}[1]{\textcolor{red!60}{#1}}
\newcommand{\indianred}[1]{\textcolor{indianred}{#1}}
\newcommand{\blue}[1]{\textcolor{blue!60}{#1}}
\newcommand{\dblue}[1]{\textcolor{dodgerblue}{#1}}
\newcommand{\indep}{\perp\!\!\!\perp}
\newcommand{\inprob}{\overset{p}{\to}}
\newcommand{\indist}{\overset{d}{\to}}
\newcommand{\eframe}{\end{frame}}
\newcommand{\bframe}{\begin{frame}}
\newcommand{\R}{\textsf{\textbf{R}}}
\newcommand{\Rst}{\textsf{\textbf{RStudio}}}
\newcommand{\rfun}[1]{\texttt{\color{magenta}{#1}}}
\newcommand{\rpack}[1]{\textbf{#1}}
\newcommand{\rexpr}[1]{\texttt{\color{magenta}{#1}}}
\newcommand{\filename}[1]{\texttt{\color{blue}{#1}}}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
$$

<header id="title-block-header" class="quarto-title-block default"><nav class="quarto-page-breadcrumbs quarto-title-breadcrumbs d-none d-lg-block" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="./02_estimation.html">Statistical Inference</a></li><li class="breadcrumb-item"><a href="./03_asymptotics.html"><span class="chapter-number">3</span>&nbsp; <span class="chapter-title">Asymptotics</span></a></li></ol></nav>
<div class="quarto-title">
Expand Down
Binary file modified 03_asymptotics_files/figure-html/fig-lln-sim-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f9ebee2

Please sign in to comment.