File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,20 @@ kernelspec:
2626In addition to what's in Anaconda, this lecture will need the following libraries:
2727
2828``` {code-cell} ipython
29- ---
30- tags: [hide-output]
31- ---
29+ :tags: [hide-output]
30+
3231!pip install quantecon
3332```
3433
34+ We also need to install JAX to run this lecture
35+
36+ ``` {code-cell} ipython3
37+ :tags: [skip-execution]
38+
39+ !pip install -U jax
40+ ```
41+
42+
3543## Overview
3644
3745In this lecture we solve a {doc}` McCall style job search model <mccall_model> ` with persistent and
@@ -89,7 +97,7 @@ v^*(w, z) =
8997 \right\}
9098$$
9199
92- In this express , $u$ is a utility function and $\mathbb E_z$ is expectation of next period variables given current $z$.
100+ In this expression , $u$ is a utility function and $\mathbb E_z$ is expectation of next period variables given current $z$.
93101
94102The variable $z$ enters as a state in the Bellman equation because its current value helps predict future wages.
95103
You can’t perform that action at this time.
0 commit comments