{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "\n", "
\n", " \n", " \"QuantEcon\"\n", " \n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Dynamic Programming\n", "\n", "This section of the course contains foundational models for dynamic economic\n", "modeling. Most are single agent problems that take the activities of other\n", "agents as given. Later we will look at full equilibrium problems." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Lectures\n", "\n", "- [Shortest Paths](short_path.html)\n", " - [Overview](short_path.html#overview)\n", " - [Outline of the Problem](short_path.html#outline-of-the-problem)\n", " - [Finding Least-Cost Paths](short_path.html#finding-least-cost-paths)\n", " - [Solving for $ J $](short_path.html#solving-for-j)\n", " - [Exercises](short_path.html#exercises)\n", " - [Solutions](short_path.html#solutions)\n", "- [Job Search I: The McCall Search Model](mccall_model.html)\n", " - [Overview](mccall_model.html#overview)\n", " - [The McCall Model](mccall_model.html#the-mccall-model)\n", " - [Computing the Optimal Policy: Take 1](mccall_model.html#computing-the-optimal-policy-take-1)\n", " - [Computing the Optimal Policy: Take 2](mccall_model.html#computing-the-optimal-policy-take-2)\n", " - [Exercises](mccall_model.html#exercises)\n", " - [Solutions](mccall_model.html#solutions)\n", "- [Job Search II: Search and Separation](mccall_model_with_separation.html)\n", " - [Overview](mccall_model_with_separation.html#overview)\n", " - [The Model](mccall_model_with_separation.html#the-model)\n", " - [Solving the Model using Dynamic Programming](mccall_model_with_separation.html#solving-the-model-using-dynamic-programming)\n", " - [Implementation](mccall_model_with_separation.html#implementation)\n", " - [The Reservation Wage](mccall_model_with_separation.html#the-reservation-wage)\n", " - [Exercises](mccall_model_with_separation.html#exercises)\n", " - [Solutions](mccall_model_with_separation.html#solutions)\n", "- [Optimal Savings I: The Permanent Income Model](perm_income.html)\n", " - [Overview](perm_income.html#overview)\n", " - [The Savings Problem](perm_income.html#the-savings-problem)\n", " - [Alternative Representations](perm_income.html#alternative-representations)\n", " - [Two Classic Examples](perm_income.html#two-classic-examples)\n", " - [Further Reading](perm_income.html#further-reading)\n", " - [Appendix: the Euler Equation](perm_income.html#appendix-the-euler-equation)\n", "- [Optimal Savings II: LQ Techniques](perm_income_cons.html)\n", " - [Overview](perm_income_cons.html#overview)\n", " - [Introduction](perm_income_cons.html#introduction)\n", " - [The LQ Approach](perm_income_cons.html#the-lq-approach)\n", " - [Implementation](perm_income_cons.html#implementation)\n", " - [Two Example Economies](perm_income_cons.html#two-example-economies)\n", "- [Consumption and Tax Smoothing with Complete and Incomplete Markets](smoothing.html)\n", " - [Overview](smoothing.html#overview)\n", " - [Background](smoothing.html#background)\n", " - [Model 1 (Complete Markets)](smoothing.html#model-1-complete-markets)\n", " - [Model 2 (One-Period Risk Free Debt Only)](smoothing.html#model-2-one-period-risk-free-debt-only)\n", " - [Example: Tax Smoothing with Complete Markets](smoothing.html#example-tax-smoothing-with-complete-markets)\n", " - [Linear State Space Version of Complete Markets Model](smoothing.html#linear-state-space-version-of-complete-markets-model)" ] } ], "metadata": { "date": 1591310615.408813, "download_nb": 1, "download_nb_path": "https://julia.quantecon.org/", "filename": "index_undergrad.rst", "filename_with_path": "dynamic_programming/index_undergrad", "kernelspec": { "display_name": "Julia 1.4.2", "language": "julia", "name": "julia-1.4" }, "language_info": { "file_extension": ".jl", "mimetype": "application/julia", "name": "julia", "version": "1.4.2" }, "title": "Dynamic Programming" }, "nbformat": 4, "nbformat_minor": 2 }