Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
schrimpf committed Dec 6, 2023
1 parent cf37c5d commit f6f7c28
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4a9d58f2
6c61646e
2 changes: 1 addition & 1 deletion asymptotics/cdf.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asymptotics/hist.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asymptotics/resid.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asymptotics/size.html

Large diffs are not rendered by default.

37 changes: 5 additions & 32 deletions gmm/gmm.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="generator" content="quarto-1.3.450">

<meta name="author" content="Paul Schrimpf">
<meta name="dcterms.date" content="2023-10-16">
<meta name="dcterms.date" content="2023-12-06">
<title>ECON 626 - Generalized Method of Moments</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
Expand Down Expand Up @@ -358,7 +358,7 @@ <h1 class="title">Generalized Method of Moments</h1>
</div>
</div>

<p class="date">2023-10-16</p>
<p class="date">2023-12-06</p>
</section>
<section id="reading" class="slide level2">
<h2>Reading</h2>
Expand Down Expand Up @@ -464,12 +464,12 @@ <h1>Econometric Theory</h1>
</section>
<section id="identification" class="slide level2">
<h2>Identification</h2>
<section id="assumption-id" class="callout-info" data-icon="false">
<h3>Assumption: ID</h3>
<ul>
<li>Assume:</li>
</ul>
<p><span class="math inline">\(\exists \theta_0 \in \Theta\)</span> s.t. <span class="math inline">\(\forall \epsilon&gt;0\)</span>, <span class="math display">\[
\inf_{\theta: \norm{\theta-\theta_0} &gt; \epsilon} \norm{\Er[g(Z_i,\theta)]} &gt; \norm{\Er[g(Z_i,\theta_0)]}
\]</span></p>
</section>
<ul>
<li>Slightly easier assumption to verify is (loosely) <span class="math inline">\(g(z,\theta)\)</span> continuous and <span class="math inline">\(\theta_0\)</span> is unique minimizer of <span class="math inline">\(\norm{\Er[g(Z_i,\theta)]}\)</span>, see lemma 1 in <span class="citation" data-cites="song2021">Song (<a href="#/references" role="doc-biblioref" onclick="">2021</a>)</span></li>
</ul>
Expand All @@ -490,31 +490,16 @@ <h2>Estimation</h2>
</section>
<section id="consistency" class="slide level2">
<h2>Consistency</h2>
<div class="callout callout-tip no-icon callout-titled callout-style-default">
<div class="callout-body">
<div class="callout-title">
<p><strong>GMM Consistency</strong></p>
</div>
<div class="callout-content">
<p>Suppose:</p>
<ol type="1">
<li><p><span class="math inline">\(\exists \theta_0 \in \Theta\)</span> s.t. <span class="math inline">\(\forall \epsilon&gt;0\)</span>, <span class="math inline">\(\inf_{\theta: \norm{\theta-\theta_0} &gt; \epsilon} \norm{\Er[g(Z_i,\theta)]} &gt; \norm{\Er[g(Z_i,\theta_0)]}\)</span></p></li>
<li><p><span class="math inline">\(\sup_{\theta \in \Theta} \norm{\En[g(Z_i,\theta)] - \Er[g(Z_i,\theta)]} \inprob 0\)</span></p></li>
<li><p><span class="math inline">\(S_n \inprob S\)</span></p></li>
</ol>
<p>Then <span class="math inline">\(\hat{\theta} \inprob \theta_0\)</span></p>
</div>
</div>
</div>
</section>
<section id="asymptotic-normality" class="slide level2">
<h2>Asymptotic Normality</h2>
<div class="callout callout-tip no-icon callout-titled callout-style-default">
<div class="callout-body">
<div class="callout-title">
<p><strong>GMM Asymptotic Normality</strong></p>
</div>
<div class="callout-content">
<p>Suppose:</p>
<ol type="1">
<li><p><span class="math inline">\(\theta_0 \in int(\Theta)\)</span>, &amp; <span class="math inline">\(g(z,\theta)\)</span> is twice continuously differentiable</p></li>
Expand All @@ -524,27 +509,15 @@ <h2>Asymptotic Normality</h2>
<p>Then, <span class="math display">\[
\sqrt{n}(\hat{\theta} - \theta_0) \indist N(0, B_0^{-1} \Omega_0 B_0^{-1})
\]</span></p>
</div>
</div>
</div>
</section>
<section id="optimal-weighting-matrix" class="slide level2">
<h2>Optimal Weighting Matrix</h2>
<div class="callout callout-tip no-icon callout-titled callout-style-default">
<div class="callout-body">
<div class="callout-title">
<p><strong>Lemma 3</strong></p>
</div>
<div class="callout-content">
<p>Let <span class="math display">\[
\begin{align*}
M &amp; = (\Gamma'C\Gamma)^{-1} \Gamma' C \Sigma C \Gamma (\Gamma'C\Gamma)^{-1} \\
M^* &amp; = (\Gamma' \Sigma^{-1} \Gamma)^{-1}
\end{align*}
\]</span> then <span class="math inline">\(M \geq M^*\)</span></p>
</div>
</div>
</div>
</section></section>
<section id="references" class="title-slide slide level1 smaller scrollable">
<h1>References</h1>
Expand Down
2 changes: 1 addition & 1 deletion iv/J.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iv/weak.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion measure/tmp.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
"href": "gmm/gmm.html#identification",
"title": "Generalized Method of Moments",
"section": "Identification",
"text": "Identification\n\nAssumption: ID\n\\(\\exists \\theta_0 \\in \\Theta\\) s.t. \\(\\forall \\epsilon&gt;0\\), \\[\n\\inf_{\\theta: \\norm{\\theta-\\theta_0} &gt; \\epsilon} \\norm{\\Er[g(Z_i,\\theta)]} &gt; \\norm{\\Er[g(Z_i,\\theta_0)]}\n\\]\n\n\nSlightly easier assumption to verify is (loosely) \\(g(z,\\theta)\\) continuous and \\(\\theta_0\\) is unique minimizer of \\(\\norm{\\Er[g(Z_i,\\theta)]}\\), see lemma 1 in Song (2021)"
"text": "Identification\n\nAssume:\n\n\\(\\exists \\theta_0 \\in \\Theta\\) s.t. \\(\\forall \\epsilon&gt;0\\), \\[\n\\inf_{\\theta: \\norm{\\theta-\\theta_0} &gt; \\epsilon} \\norm{\\Er[g(Z_i,\\theta)]} &gt; \\norm{\\Er[g(Z_i,\\theta_0)]}\n\\]\n\nSlightly easier assumption to verify is (loosely) \\(g(z,\\theta)\\) continuous and \\(\\theta_0\\) is unique minimizer of \\(\\norm{\\Er[g(Z_i,\\theta)]}\\), see lemma 1 in Song (2021)"
},
{
"objectID": "gmm/gmm.html#estimation",
Expand All @@ -788,21 +788,21 @@
"href": "gmm/gmm.html#consistency",
"title": "Generalized Method of Moments",
"section": "Consistency",
"text": "Consistency\n\n\n\nGMM Consistency\n\n\nSuppose:\n\n\\(\\exists \\theta_0 \\in \\Theta\\) s.t. \\(\\forall \\epsilon&gt;0\\), \\(\\inf_{\\theta: \\norm{\\theta-\\theta_0} &gt; \\epsilon} \\norm{\\Er[g(Z_i,\\theta)]} &gt; \\norm{\\Er[g(Z_i,\\theta_0)]}\\)\n\\(\\sup_{\\theta \\in \\Theta} \\norm{\\En[g(Z_i,\\theta)] - \\Er[g(Z_i,\\theta)]} \\inprob 0\\)\n\\(S_n \\inprob S\\)\n\nThen \\(\\hat{\\theta} \\inprob \\theta_0\\)"
"text": "Consistency\nSuppose:\n\n\\(\\exists \\theta_0 \\in \\Theta\\) s.t. \\(\\forall \\epsilon&gt;0\\), \\(\\inf_{\\theta: \\norm{\\theta-\\theta_0} &gt; \\epsilon} \\norm{\\Er[g(Z_i,\\theta)]} &gt; \\norm{\\Er[g(Z_i,\\theta_0)]}\\)\n\\(\\sup_{\\theta \\in \\Theta} \\norm{\\En[g(Z_i,\\theta)] - \\Er[g(Z_i,\\theta)]} \\inprob 0\\)\n\\(S_n \\inprob S\\)\n\nThen \\(\\hat{\\theta} \\inprob \\theta_0\\)"
},
{
"objectID": "gmm/gmm.html#asymptotic-normality",
"href": "gmm/gmm.html#asymptotic-normality",
"title": "Generalized Method of Moments",
"section": "Asymptotic Normality",
"text": "Asymptotic Normality\n\n\n\nGMM Asymptotic Normality\n\n\nSuppose:\n\n\\(\\theta_0 \\in int(\\Theta)\\), & \\(g(z,\\theta)\\) is twice continuously differentiable\n\\(\\sqrt{n} \\frac{\\partial}{\\partial \\theta} \\hat{Q}^{GMM}(\\theta_0) \\indist N(0,\\Omega)\\)\n\\(\\sup_{\\theta \\in int(\\Theta)} \\norm{\\frac{\\partial^2}{\\partial \\theta \\partial \\theta'} \\hat{Q}^{GMM}(\\theta) - B(\\theta)} \\inprob 0\\) with \\(B(\\cdot)\\) continuous at \\(\\theta_0\\) and \\(B(\\theta_0) &gt; 0\\)\n\nThen, \\[\n\\sqrt{n}(\\hat{\\theta} - \\theta_0) \\indist N(0, B_0^{-1} \\Omega_0 B_0^{-1})\n\\]"
"text": "Asymptotic Normality\nSuppose:\n\n\\(\\theta_0 \\in int(\\Theta)\\), & \\(g(z,\\theta)\\) is twice continuously differentiable\n\\(\\sqrt{n} \\frac{\\partial}{\\partial \\theta} \\hat{Q}^{GMM}(\\theta_0) \\indist N(0,\\Omega)\\)\n\\(\\sup_{\\theta \\in int(\\Theta)} \\norm{\\frac{\\partial^2}{\\partial \\theta \\partial \\theta'} \\hat{Q}^{GMM}(\\theta) - B(\\theta)} \\inprob 0\\) with \\(B(\\cdot)\\) continuous at \\(\\theta_0\\) and \\(B(\\theta_0) &gt; 0\\)\n\nThen, \\[\n\\sqrt{n}(\\hat{\\theta} - \\theta_0) \\indist N(0, B_0^{-1} \\Omega_0 B_0^{-1})\n\\]"
},
{
"objectID": "gmm/gmm.html#optimal-weighting-matrix",
"href": "gmm/gmm.html#optimal-weighting-matrix",
"title": "Generalized Method of Moments",
"section": "Optimal Weighting Matrix",
"text": "Optimal Weighting Matrix\n\n\n\nLemma 3\n\n\nLet \\[\n\\begin{align*}\nM & = (\\Gamma'C\\Gamma)^{-1} \\Gamma' C \\Sigma C \\Gamma (\\Gamma'C\\Gamma)^{-1} \\\\\nM^* & = (\\Gamma' \\Sigma^{-1} \\Gamma)^{-1}\n\\end{align*}\n\\] then \\(M \\geq M^*\\)"
"text": "Optimal Weighting Matrix\nLet \\[\n\\begin{align*}\nM & = (\\Gamma'C\\Gamma)^{-1} \\Gamma' C \\Sigma C \\Gamma (\\Gamma'C\\Gamma)^{-1} \\\\\nM^* & = (\\Gamma' \\Sigma^{-1} \\Gamma)^{-1}\n\\end{align*}\n\\] then \\(M \\geq M^*\\)"
},
{
"objectID": "did/did.html#setup",
Expand Down Expand Up @@ -2223,6 +2223,6 @@
"href": "slides.html",
"title": "Slides",
"section": "",
"text": "Asymptotic Theory of Least Squares\n\n\n\n\n\n\n\n\n\n\n\n\nNov 1, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nConvergence in Distribution\n\n\n\n\n\n\n\n\n\n\n\n\nOct 31, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nConvergence in Probability\n\n\n\n\n\n\n\n\n\n\n\n\nOct 12, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nDifference in Diffferences\n\n\n\n\n\n\n\n\n\n\n\n\nDec 4, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Final - Solutions\n\n\n\n\n\n\n\n\n\n\n\n\nDec 16, 2022\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Midterm Review\n\n\n\n\n\n\n\n\n\n\n\n\nOct 24, 2022\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Midterm Solutions\n\n\n\n\n\n\n\n\n\n\n\n\nOct 26, 2022\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 1\n\n\n\n\n\n\n\n\n\n\n\n\nSep 14, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 2\n\n\n\n\n\n\n\n\n\n\n\n\nSep 21, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 3\n\n\n\n\n\n\n\n\n\n\n\n\nSep 29, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 4\n\n\n\n\n\n\n\n\n\n\n\n\nOct 13, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 5\n\n\n\n\n\n\n\n\n\n\n\n\nOct 20, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 6\n\n\n\n\n\n\n\n\n\n\n\n\nNov 9, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 7\n\n\n\n\n\n\n\n\n\n\n\n\nDec 1, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 7\n\n\n\n\n\n\n\n\n\n\n\n\nDec 6, 2022\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 8\n\n\n\n\n\n\n\n\n\n\n\n\nDec 6, 2023\n\n\n\n\n\n\n \n\n\n\n\nEndogeneity\n\n\n\n\n\n\n\n\n\n\n\n\nNov 16, 2022\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nEstimation\n\n\n\n\n\n\n\n\n\n\n\n\nSep 19, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nGeneralized Method of Moments\n\n\n\n\n\n\n\n\n\n\n\n\nOct 16, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nIdentification\n\n\n\n\n\n\n\n\n\n\n\n\nSep 24, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nInstrumental Variables Estimation\n\n\n\n\n\n\n\n\n\n\n\n\nNov 28, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nLeast Squares as a Projection\n\n\n\n\n\n\n\n\n\n\n\n\nOct 3, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nMeasure\n\n\n\n\n\n\n\n\n\n\n\n\nSep 11, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nMidterm Solutions 2023\n\n\n\n\n\n\n\n\n\n\n\n\nOct 25, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nProbability\n\n\n\n\n\n\n\n\n\n\n\n\nSep 17, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\nNo matching items"
"text": "Asymptotic Theory of Least Squares\n\n\n\n\n\n\n\n\n\n\n\n\nNov 1, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nConvergence in Distribution\n\n\n\n\n\n\n\n\n\n\n\n\nOct 31, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nConvergence in Probability\n\n\n\n\n\n\n\n\n\n\n\n\nOct 12, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nDifference in Diffferences\n\n\n\n\n\n\n\n\n\n\n\n\nDec 4, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Final - Solutions\n\n\n\n\n\n\n\n\n\n\n\n\nDec 16, 2022\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Midterm Review\n\n\n\n\n\n\n\n\n\n\n\n\nOct 24, 2022\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Midterm Solutions\n\n\n\n\n\n\n\n\n\n\n\n\nOct 26, 2022\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 1\n\n\n\n\n\n\n\n\n\n\n\n\nSep 14, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 2\n\n\n\n\n\n\n\n\n\n\n\n\nSep 21, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 3\n\n\n\n\n\n\n\n\n\n\n\n\nSep 29, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 4\n\n\n\n\n\n\n\n\n\n\n\n\nOct 13, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 5\n\n\n\n\n\n\n\n\n\n\n\n\nOct 20, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 6\n\n\n\n\n\n\n\n\n\n\n\n\nNov 9, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 7\n\n\n\n\n\n\n\n\n\n\n\n\nDec 1, 2023\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 7\n\n\n\n\n\n\n\n\n\n\n\n\nDec 6, 2022\n\n\n\n\n\n\n \n\n\n\n\nECON 626: Problem Set 8\n\n\n\n\n\n\n\n\n\n\n\n\nDec 6, 2023\n\n\n\n\n\n\n \n\n\n\n\nEndogeneity\n\n\n\n\n\n\n\n\n\n\n\n\nNov 16, 2022\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nEstimation\n\n\n\n\n\n\n\n\n\n\n\n\nSep 19, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nGeneralized Method of Moments\n\n\n\n\n\n\n\n\n\n\n\n\nDec 6, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nIdentification\n\n\n\n\n\n\n\n\n\n\n\n\nSep 24, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nInstrumental Variables Estimation\n\n\n\n\n\n\n\n\n\n\n\n\nNov 28, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nLeast Squares as a Projection\n\n\n\n\n\n\n\n\n\n\n\n\nOct 3, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nMeasure\n\n\n\n\n\n\n\n\n\n\n\n\nSep 11, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nMidterm Solutions 2023\n\n\n\n\n\n\n\n\n\n\n\n\nOct 25, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\n \n\n\n\n\nProbability\n\n\n\n\n\n\n\n\n\n\n\n\nSep 17, 2023\n\n\nPaul Schrimpf\n\n\n\n\n\n\nNo matching items"
}
]
58 changes: 29 additions & 29 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,118 +2,118 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://ubcecon.github.io/626/syllabus626.html</loc>
<lastmod>2023-12-04T23:08:01.755Z</lastmod>
<lastmod>2023-12-06T18:32:29.448Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/projection/projection.html</loc>
<lastmod>2023-12-04T23:07:59.648Z</lastmod>
<lastmod>2023-12-06T18:32:27.718Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/midterm2023/midterm2023_solution.html</loc>
<lastmod>2023-12-04T23:07:58.328Z</lastmod>
<lastmod>2023-12-06T18:32:26.471Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/final2022/final2022solution.html</loc>
<lastmod>2023-12-04T23:07:55.812Z</lastmod>
<lastmod>2023-12-06T18:32:23.775Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/07/ps07_2022.html</loc>
<lastmod>2023-12-04T23:07:54.675Z</lastmod>
<lastmod>2023-12-06T18:32:22.581Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/06/ps06.html</loc>
<lastmod>2023-12-04T23:07:53.938Z</lastmod>
<lastmod>2023-12-06T18:32:21.851Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/04/ps04.html</loc>
<lastmod>2023-12-04T23:07:53.075Z</lastmod>
<lastmod>2023-12-06T18:32:21.078Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/02/ps02.html</loc>
<lastmod>2023-12-04T23:07:52.375Z</lastmod>
<lastmod>2023-12-06T18:32:20.381Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/probability/probability.html</loc>
<lastmod>2023-12-04T23:07:51.545Z</lastmod>
<lastmod>2023-12-06T18:32:19.595Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/iv/iv.html</loc>
<lastmod>2023-12-04T23:07:32.688Z</lastmod>
<lastmod>2023-12-06T18:32:01.121Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/index.html</loc>
<lastmod>2023-12-04T23:07:09.014Z</lastmod>
<lastmod>2023-12-06T18:31:32.234Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/gmm/gmm.html</loc>
<lastmod>2023-12-04T23:07:07.588Z</lastmod>
<lastmod>2023-12-06T18:31:31.037Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/did/did.html</loc>
<lastmod>2023-12-04T23:07:06.494Z</lastmod>
<lastmod>2023-12-06T18:31:29.967Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/asymptotics/inprobability.html</loc>
<lastmod>2023-12-04T23:06:40.827Z</lastmod>
<lastmod>2023-12-06T18:31:05.390Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/about.html</loc>
<lastmod>2023-12-04T23:06:17.677Z</lastmod>
<lastmod>2023-12-06T18:28:35.078Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/asymptotics/indistribution.html</loc>
<lastmod>2023-12-04T23:06:40.331Z</lastmod>
<lastmod>2023-12-06T18:31:04.830Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/asymptotics/ols.html</loc>
<lastmod>2023-12-04T23:07:04.428Z</lastmod>
<lastmod>2023-12-06T18:31:28.724Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/estimation/estimation.html</loc>
<lastmod>2023-12-04T23:07:07.141Z</lastmod>
<lastmod>2023-12-06T18:31:30.617Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/identification/identification.html</loc>
<lastmod>2023-12-04T23:07:08.278Z</lastmod>
<lastmod>2023-12-06T18:31:31.711Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/iv/endogeneity.html</loc>
<lastmod>2023-12-04T23:07:09.354Z</lastmod>
<lastmod>2023-12-06T18:31:32.554Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/measure/measure.html</loc>
<lastmod>2023-12-04T23:07:50.782Z</lastmod>
<lastmod>2023-12-06T18:32:18.961Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/01/ps01.html</loc>
<lastmod>2023-12-04T23:07:51.995Z</lastmod>
<lastmod>2023-12-06T18:32:20.028Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/03/ps03.html</loc>
<lastmod>2023-12-04T23:07:52.712Z</lastmod>
<lastmod>2023-12-06T18:32:20.775Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/05/ps05.html</loc>
<lastmod>2023-12-04T23:07:53.425Z</lastmod>
<lastmod>2023-12-06T18:32:21.445Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/07/ps07.html</loc>
<lastmod>2023-12-04T23:07:54.325Z</lastmod>
<lastmod>2023-12-06T18:32:22.258Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/08/ps08.html</loc>
<lastmod>2023-12-04T23:07:55.018Z</lastmod>
<lastmod>2023-12-06T18:32:22.965Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/midterm2022/midterm2022_solution.html</loc>
<lastmod>2023-12-04T23:07:56.425Z</lastmod>
<lastmod>2023-12-06T18:32:24.465Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/problemsets/midterm_review/midterm_review.html</loc>
<lastmod>2023-12-04T23:07:59.038Z</lastmod>
<lastmod>2023-12-06T18:32:27.115Z</lastmod>
</url>
<url>
<loc>https://ubcecon.github.io/626/slides.html</loc>
<lastmod>2023-12-04T23:08:01.268Z</lastmod>
<lastmod>2023-12-06T18:32:29.002Z</lastmod>
</url>
</urlset>
4 changes: 2 additions & 2 deletions slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ <h3 class="no-anchor listing-title">
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="18" data-listing-date-sort="1697471411000" data-listing-file-modified-sort="1697471411313" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2">
<div class="quarto-post image-right" data-index="18" data-listing-date-sort="1701886974000" data-listing-file-modified-sort="1701886974666" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="2">
<div class="thumbnail">
<p><a href="./gmm/gmm.html"> <div class="listing-item-img-placeholder card-img-top" >&nbsp;</div> </a></p>
</div>
Expand All @@ -723,7 +723,7 @@ <h3 class="no-anchor listing-title">
<div class="metadata">
<a href="./gmm/gmm.html">
<div class="listing-date">
Oct 16, 2023
Dec 6, 2023
</div>
<div class="listing-author">
Paul Schrimpf
Expand Down

0 comments on commit f6f7c28

Please sign in to comment.