Skip to content

Commit

Permalink
up website
Browse files Browse the repository at this point in the history
  • Loading branch information
floswald committed Dec 20, 2021
1 parent a731fd3 commit d1ac088
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
2 changes: 0 additions & 2 deletions website/_layout/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ <h1 style="font-size:1em; opacity: 0.95;"><a href="/">Computational Economics fo
<a class="sidebar-nav-item {{ispage /lecture9/}}active{{end}}" href="/lecture9/"><b>Lecture 9</b> - <em>Data with Julia</em></a>
<a class="sidebar-nav-item {{ispage /hw6/}}active{{end}}" href="/hw6/"><b>Homework 6</b></a>
<a class="sidebar-nav-item {{ispage /lecture10/}}active{{end}}" href="/lecture10/"><b>Lecture 10</b> - <em>Dynamic Discrete Choice</em></a>
<a class="sidebar-nav-item {{ispage /lecture12/}}active{{end}}" href="/lecture11/"><b>Lecture 11</b> - <em>Estimating DDC Models</em></a>
<a class="sidebar-nav-item {{ispage /lecture13/}}active{{end}}" href="/lecture12/"><b>Lecture 12</b> - <em>Dynamic Discrete+Continous</em></a>
</nav>

</div>
Expand Down
9 changes: 9 additions & 0 deletions website/lecture10.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@
<h1>Lecture 10: Rust's Bus Model! </h1>
~~~

## Video

Video from the extra xmas session on estimating the rust model:

{{youtube estimate-rust}}

## Notebooks

Topic | Notebook
:-----: | :--------:
Rust Model Setup | [click for notebook](../lecture10-zurcher)
Homework for Rust Data Setup | [click for notebook](../hw6)
DP Model estimation Methods | [PDF slides](../assets/tex/dp-estimation/dp-estimation.pdf)
Rust Model Estimation | [click for notebook](../lecture10-zurcher-estim)


8 changes: 0 additions & 8 deletions website/lecture11.md

This file was deleted.

4 changes: 0 additions & 4 deletions website/lecture12.md

This file was deleted.

3 changes: 2 additions & 1 deletion website/youtube_videos.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ videos = Dict(
"session3" => "bDiBuRLxdSY",
"solverpaths" => "PUlOQdgWlFE",
"constrained-banana" => "kqjr_NYUomU",
"pr-video" => "kKjmrAExsNQ"
"pr-video" => "kKjmrAExsNQ",
"estimate-rust" => "4VtsQrxU9hw"
)

0 comments on commit d1ac088

Please sign in to comment.