File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ jobs:
1111 with :
1212 ref : ${{ github.event.pull_request.head.sha }}
1313 # Install build software
14- - name : Install Build Software & LaTeX (kalman_2)
14+ - name : Install Build Software & LaTeX
1515 shell : bash -l {0}
1616 run : |
1717 pip install jupyter-book==1.0.3 quantecon-book-theme==0.8.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinxcontrib-youtube==1.3.0 sphinx-togglebutton==0.3.2 arviz sphinx-proof sphinx-exercise sphinx-reredirects
18+ apt-get update
1819 apt-get install dvipng texlive texlive-latex-extra texlive-fonts-recommended cm-super
1920 - name : Check nvidia drivers
2021 shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ We found time iteration to be significantly more accurate and efficient.
3535
3636In this lecture, we'll look at a clever twist on time iteration called the ** endogenous grid method** (EGM).
3737
38- EGM is a numerical method for implementing policy iteration invented by [ Chris Carroll] ( http ://www.econ2. jhu.edu/people/ccarroll /) .
38+ EGM is a numerical method for implementing policy iteration invented by [ Chris Carroll] ( https ://econ. jhu.edu/directory/christopher-carroll /) .
3939
4040The original reference is {cite}` Carroll2006 ` .
4141
You can’t perform that action at this time.
0 commit comments