File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,11 @@ At time $t$, our agent has two choices:
9393The agent is infinitely lived and aims to maximize the expected discounted
9494sum of earnings
9595
96- $$
97- \mathbb{E} \sum_{t=0}^{\infty} \beta^t y_t
98- $$
96+ ``` {math}
97+ :label: obj_model
98+
99+ {\mathbb E} \sum_{t=0}^\infty \beta^t u(y_t)
100+ ```
99101
100102The constant $\beta$ lies in $(0, 1)$ and is called a ** discount factor** .
101103
@@ -140,7 +142,7 @@ $w \in \mathbb{W}$.
140142In particular, the agent has wage offer $w$ in hand.
141143
142144More precisely, $v^* (w)$ denotes the value of the objective function
143- {eq}` objective ` when an agent in this situation makes * optimal* decisions now
145+ {eq}` obj_model ` when an agent in this situation makes * optimal* decisions now
144146and at all future points in time.
145147
146148Of course $v^* (w)$ is not trivial to calculate because we don't yet know
You can’t perform that action at this time.
0 commit comments