Skip to content

Commit 6c513dc

Browse files
committed
remove minus sign
1 parent 8ca18df commit 6c513dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/calvo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,12 @@ $$
300300
v_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
311311
It is useful to evaluate {eq}`eq_old8` under a time-invariant money growth rate $\mu_t = \bar \mu$
@@ -481,7 +481,7 @@ $$ (eq:subprob1LQ)
481481
satisfies 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
487487
subject to:

0 commit comments

Comments
 (0)