You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/calvo.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,12 +191,11 @@ x_{t+1} = A x_t + B \mu_t
191
191
```
192
192
193
193
We write the model in the state-space form {eq}`eq_old4` even though $\theta_0$ is to be determined by our model and so is not an initial condition,
194
-
as it ordinarily would be in the state-space model described in [Linear Quadratic Control](https://python-intro.quantecon.org/lqcontrol.html).
194
+
as it ordinarily would be in the state-space model described in our lecture on [Linear Quadratic Control](https://python-intro.quantecon.org/lqcontrol.html).
195
195
196
-
We write the model in the form {eq}`eq_old4` because we want to apply an approach described in {doc}`Stackelberg problems <dyn_stack>`.
196
+
We write the model in the form {eq}`eq_old4` because we want to apply an approach described in our lecture on {doc}`Stackelberg problems <dyn_stack>`.
197
197
198
-
We assume that a benevolent government believes that a representative household's utility of real balances at
199
-
time $t$ is:
198
+
We assume that a government believes that a representative household's utility of real balances at time $t$ is:
200
199
201
200
```{math}
202
201
:label: eq_old5
@@ -213,8 +212,8 @@ $$
213
212
\theta_t = \theta^* = -\frac{a_1}{a_2 \alpha}
214
213
$$
215
214
216
-
Below, we introduce the discount factor $\beta \in (0,1)$ that a representative household and a benevolent government
217
-
both use to discount future utilities.
215
+
Below, we introduce the discount factor $\beta \in (0,1)$ that a government
216
+
uses to discount its future utilities.
218
217
219
218
(If we set parameters so that $\theta^* = \log(\beta)$, then we can
220
219
regard a recommendation to set $\theta_t = \theta^*$ as a "poor
@@ -277,7 +276,7 @@ $$
277
276
v_t = - s(\theta_t,\mu_t) + \beta v_{t+1}
278
277
$$
279
278
280
-
where we have called $s(\theta_t, \mu_t) = r(x_t, \mu_t)$ as
279
+
where we have called $s(\theta_t, \mu_t) = r(x_t, \mu_t)$, as
281
280
above.
282
281
283
282
Thus, a triple of sequences
@@ -287,7 +286,8 @@ sequence $\vec \mu \in L^2$.
287
286
At this point $\vec \mu \in L^2$ is an arbitrary exogenous policy.
288
287
289
288
A theory of government
290
-
decisions will make $\vec \mu$ endogenous, i.e., an output and not an input to a more complete theory.
289
+
decisions will make $\vec \mu$ endogenous, i.e., a theoretical **output** instead of an **input**.
290
+
291
291
292
292
## Intertemporal Structure
293
293
@@ -297,8 +297,7 @@ structure:
297
297
- Setting $\mu_t \neq 0$ imposes costs
298
298
$\frac{c}{2} \mu_t^2$ at time $t$ and at no other times;
299
299
but
300
-
- The money growth rate $\mu_t$ affects the representative
301
-
household's one-period utilities at all dates
300
+
- The money growth rate $\mu_t$ affects the government's one-period utilities at all dates
0 commit comments