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/lu_tricks.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ import matplotlib.pyplot as plt
61
61
62
62
Useful references include {cite}`Whittle1963`, {cite}`HanSar1980`, {cite}`Orfanidisoptimum1988`, {cite}`Athanasios1991`, and {cite}`Muth1960`.
63
63
64
-
## A Control Problem
64
+
## A control problem
65
65
66
66
Let $L$ be the **lag operator**, so that, for sequence $\{x_t\}$ we have $L x_t = x_{t-1}$.
67
67
@@ -130,7 +130,7 @@ You will be able to confirm that the objective function can be rewritten as {eq}
130
130
131
131
Further examples of this problem for factor demand, economic growth, and government policy problems are given in ch. IX of {cite}`Sargent1987`.
132
132
133
-
## Finite Horizon Theory
133
+
## Finite horizon theory
134
134
135
135
We first study a finite $N$ version of the problem.
136
136
@@ -251,11 +251,11 @@ by concavity of the objective function.
251
251
Next, we describe how to obtain the solution using matrix methods.
252
252
253
253
(fdlq)=
254
-
### Matrix Methods
254
+
### Matrix methods
255
255
256
256
Let's look at how linear algebra can be used to tackle and shed light on the finite horizon LQ control problem.
257
257
258
-
#### A Single Lag Term
258
+
#### A single lag term
259
259
260
260
Let's begin with the special case in which $m=1$.
261
261
@@ -347,7 +347,7 @@ which represents each element $y_t$ of $\bar y$ as a function of the entire vect
347
347
348
348
That is, $y_t$ is a function of past, present, and future values of $a$'s, as well as of the initial condition $y_{-1}$.
349
349
350
-
#### An Alternative Representation
350
+
#### An alternative representation
351
351
352
352
An alternative way to express the solution to {eq}`onefourfive` or
353
353
{eq}`onefoursix` is in so-called **feedback-feedforward** form.
@@ -431,7 +431,7 @@ where $L^{-1}_{ij}$ is the $(i,j)$ element of $L^{-1}$ and $U_{ij}$ is the $(i,j
431
431
432
432
Note how the left side for a given $t$ involves $y_t$ and one lagged value $y_{t-1}$ while the right side involves all future values of the forcing process $a_t, a_{t+1}, \ldots, a_N$.
433
433
434
-
#### Additional Lag Terms
434
+
#### Additional lag terms
435
435
436
436
We briefly indicate how this approach extends to the problem with
437
437
$m > 1$.
@@ -544,7 +544,7 @@ For now, we note that by creating the matrix $W$ for large
544
544
$N$ and factoring it into the $LU$ form, good approximations
545
545
to $c(L)$ and $c(\beta L^{-1})^{-1}$ can be obtained.
546
546
547
-
## Infinite Horizon Limit
547
+
## Infinite horizon limit
548
548
549
549
For the infinite horizon problem, we propose to discover first-order
550
550
necessary conditions by taking the limits of {eq}`onefour` and {eq}`onefive` as
@@ -767,7 +767,7 @@ $hy^2_t$ and $[d(L)y_t]^2$, and so yields a finite value of
767
767
768
768
Therefore it is easy to dominate a path that violates {eq}`onesix`.
769
769
770
-
## Undiscounted Problems
770
+
## Undiscounted problems
771
771
772
772
It is worthwhile focusing on a special case of the LQ problems above:
773
773
the undiscounted problem that emerges when $\beta = 1$.
@@ -803,7 +803,7 @@ $$
803
803
\sum^\infty_{k=0} \lambda^k_j a_{t+k}
804
804
$$
805
805
806
-
### Transforming Discounted to Undiscounted Problem
806
+
### Transforming discounted to undiscounted problem
807
807
808
808
Discounted problems can always be converted into undiscounted problems via a simple transformation.
0 commit comments