Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed May 16, 2024
1 parent 7e84f54 commit ae2bb93
Show file tree
Hide file tree
Showing 11 changed files with 698 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7b64ee12
789f288f
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h1 class="title">Computational Economics - ECO309</h1>

<p><mark>Homework</mark></p>
<ul>
<li>work on the <a href="./pushups/1_epidemiology.html">Optimization Pushup</a></li>
<li>work on the first homework</li>
</ul>
<section id="indicative-schedule" class="level2">
<h2 class="anchored" data-anchor-id="indicative-schedule">Indicative Schedule</h2>
Expand Down
2 changes: 1 addition & 1 deletion pushups/1_epidemiology.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"- compute an interactive visualisation (with `Interact.jl` if\n",
" available)"
],
"id": "54f0e3ef-7215-418f-aa4e-c2c289f0781a"
"id": "a01b96ff-584d-42a1-a702-92377f71d2a4"
}
],
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions pushups/1_epidemiology_correction.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"**Compute the transition function `f` for the vector state $s_t$\n",
"returning $s_{t+1}$.**"
],
"id": "03833a55-c710-4d5a-9ce2-52dc25819747"
"id": "8b391d01-d076-4a0e-9218-d9b117d7ec5f"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -199,7 +199,7 @@
"**Compute the transitions over $T$ periods. Plot the result using\n",
"Plots.jl. (bonus: check against closed form solution)**"
],
"id": "7705824d-b1fe-45d4-b263-532e41590dec"
"id": "cb064d13-c3b9-438f-8450-423cf7763ec8"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -447,7 +447,7 @@
"would you interpret “social distancing”? How would you choose parameters\n",
"$\\Pi$ and $\\mu$**"
],
"id": "576ae77e-e0ba-44ff-8437-41ba64d302ff"
"id": "338489e1-3018-40c6-a48e-b3e81c2f8a29"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -694,7 +694,7 @@
"- compute an interactive visualisation (with `Interact.jl` if\n",
" available)"
],
"id": "06833cba-e21c-4b39-9305-0dccf27651ed"
"id": "1815c9c0-5c04-45fd-8e17-ebc3c12b4dae"
}
],
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion pushups/2_Optimization_pushups.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"taking complementarity constraint into account `x>=lb` using the\n",
"Fischer-Burmeister method.**"
],
"id": "5094e2ad-15c7-452f-aedf-975548bd133e"
"id": "94c9725b-1bad-46a5-b41c-47e0fccf658f"
}
],
"nbformat": 4,
Expand Down
28 changes: 3 additions & 25 deletions search.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</url>
<url>
<loc>https://albop.github.io/eco309/tutorials/1_1_Julia_Basics.html</loc>
<lastmod>2024-04-11T07:51:52.003Z</lastmod>
<lastmod>2024-05-16T07:05:15.393Z</lastmod>
</url>
<url>
<loc>https://albop.github.io/eco309/slides/session_1/index.html</loc>
Expand All @@ -34,11 +34,11 @@
</url>
<url>
<loc>https://albop.github.io/eco309/index.html</loc>
<lastmod>2024-04-11T07:55:48.087Z</lastmod>
<lastmod>2024-05-16T06:53:09.265Z</lastmod>
</url>
<url>
<loc>https://albop.github.io/eco309/tutorials/3_Optimization.html</loc>
<lastmod>2024-04-11T07:54:07.487Z</lastmod>
<lastmod>2024-04-25T12:32:59.397Z</lastmod>
</url>
<url>
<loc>https://albop.github.io/eco309/tutorials/2_solow_correction.html</loc>
Expand Down
663 changes: 128 additions & 535 deletions tutorials/1_1_Julia_Basics.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tutorials/2_solow.out.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"For now, we ignore the objective and assume that the saving rate\n",
"$s=\\frac{i_t}{y_t}$ is constant over time."
],
"id": "a9890c4f-d1d8-436b-8fa9-8139a9789739"
"id": "5ae8db03-8387-4d36-919f-bd6bcc0df287"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -265,7 +265,7 @@
"**Create a `NamedTuple` to hold parameter values $\\beta=0.96$,\n",
"$\\delta=0.1$, $\\alpha=0.3$, $\\gamma=4$.**"
],
"id": "8bf6555d-6ec9-43d7-970f-b70eb3f06df9"
"id": "c7ccbef1-06b2-495c-839d-cb1b5a3f610f"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -342,7 +342,7 @@
"**Define a function `f(k::Float64, p::NamedTuple)::Float64` to represent\n",
"$f$ for a given calibration**"
],
"id": "2f442b9c-420b-4143-af7e-fb940cba3f83"
"id": "eaacb2cc-7b4f-4ce6-9b2e-0043e71afa60"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -431,7 +431,7 @@
"compute the simulation over `T` periods starting from initial capital\n",
"level `k0`.**"
],
"id": "7915b728-9ea6-47ac-829a-446e5668c8fa"
"id": "b117a060-bce0-4ad0-a530-25517c460ae7"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -580,7 +580,7 @@
"**Make a nice plot to illustrate the convergence. Do we get convergence\n",
"from any initial level of capital?**"
],
"id": "8bb6ff7f-768f-44e9-b26d-cded56cbeedf"
"id": "a3919f68-ced3-4e0a-9348-d3c352d7c6d9"
},
{
"cell_type": "code",
Expand Down Expand Up @@ -1013,7 +1013,7 @@
"What would you propose to measure convergence speed? To speed-up\n",
"convergence? Implement these ideas.**"
],
"id": "c34e83c4-498f-404b-99e0-4c662f2c9326"
"id": "42ef8be2-4957-47f3-ab85-2f0d71b7a6f3"
},
{
"cell_type": "code",
Expand Down
206 changes: 205 additions & 1 deletion tutorials/3_Optimization.html

Large diffs are not rendered by default.

Loading

0 comments on commit ae2bb93

Please sign in to comment.