File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 300300v_t = \sum_ {j=0}^\infty \beta^j s(\theta_ {t+j}, \mu_ {t+j}) .
301301$$
302302
303- We can represent dependence of $v_0 $ on $(\vec \theta, \vec \mu)$ recursively via the difference equation
303+ We can represent dependence of $v_t $ on $(\vec \theta, \vec \mu)$ recursively via the difference equation
304304
305305```{math}
306306:label: eq_old8
307307
308- v_t = - s(\theta_t, \mu_t) + \beta v_{t+1}
308+ v_t = s(\theta_t, \mu_t) + \beta v_{t+1}
309309```
310310
311311It is useful to evaluate {eq}`eq_old8` under a time-invariant money growth rate $\mu_t = \bar \mu$
@@ -481,7 +481,7 @@ $$ (eq:subprob1LQ)
481481satisfies the Bellman equation
482482
483483$$
484- J(x) = \max_ {\mu,x'}\{ -r (x,\mu) + \beta J(x')\}
484+ J(x) = \max_ {\mu,x'}\{ s (x,\mu) + \beta J(x')\}
485485$$
486486
487487subject to:
You can’t perform that action at this time.
0 commit comments