-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update money_inflation.md This updates lecture money_inflation.md according to #437. In particular, it involves, ## Code - Remove the grid in the plot - Use `solve` to calculate the inverse ## Content - Change bold non-definition words to italics - $m_{t+1}^d/p_t =\gamma_1 - \gamma_2 \frac{p_{t+1}}{p_t}, \quad t \geq 0$ -> $\frac{m_{t+1}^d}{p_t} =\gamma_1 - \gamma_2 \frac{p_{t+1}}{p_t}, \quad t \geq 0$ where $\gamma_1$ and $\gamma_2$ are positive parameters. - Remove the repetition of definition of $b_t$ and $R_{t-1}$ - Remove the $()$ in 26.6 - Check capitalization for titles - gross rates of return on currency -> gross rates of return on currency and real balance - $\bar R < 1$ -> $\bar R \le 1$ - $\bar R \in [\frac{\gamma2}{\gamma1}, 1] \equiv [\underline R, \overline R]$ -> $\bar R \in [\frac{\gamma_2}{\gamma_1}, 1] \equiv [\underline R, \overline R]$ - $R_t \in \bar R = [\underline R, \overline R], \quad t \geq 0$ -> $R_t \in [\underline R, \overline R], \quad t \geq 0$ - two values of $R$ -> Two steady-state values of $R$ - $R_l$ ->$R_\ell$ - An equilibrium sequences are not unique -> equilibrium sequences are not unique - Remove the repetitive ``` $$\begin{aligned} b_t & = b_{t-1} R_{t-1} + g \cr R_t^{-1} & = \frac{\gamma_1}{\gamma_2} - \gamma_2^{-1} b_t \end{aligned}$$ ``` - "code plot outcomes" -> "code plot to outcomes" - Set $ \Lambda= \begin{bmatrix} {R_l}^{-1} & 0 \cr 0 & {R_u}^{-1} \end{bmatrix}$ - $Q y_0 = y^*_0 = \begin{bmatrix} y^*_{1,0} \cr 0 \end{bmatrix}$ -> $Q^{-1} y_0 = y^*_0 = \begin{bmatrix} y^*_{1,0} \cr 0 \end{bmatrix}$. * Update money_inflation.md update bold to italics and typos
- Loading branch information
1 parent
90db84e
commit ac1d5d3
Showing
1 changed file
with
48 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters