Skip to content

Commit 0b09889

Browse files
authored
Fix variable in risk-free rate and summation notation
Typo fixes.
1 parent 4fbfa40 commit 0b09889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/lqramsey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Define
510510
```{math}
511511
:label: lq_rfr
512512
513-
R^{-1}_{t} := \mathbb E_t \beta^j p^t_{t+1}
513+
R^{-1}_{t} := \mathbb E_t \beta p^t_{t+1}
514514
```
515515

516516
$R_{t}$ is the gross $1$-period risk-free rate for loans
@@ -527,7 +527,7 @@ $$
527527
and the cumulation of $\pi_t$
528528

529529
$$
530-
\Pi_t := \sum_{s=0}^t \pi_t
530+
\Pi_t := \sum_{s=0}^t \pi_s
531531
$$
532532

533533
The term $\pi_{t+1}$ is the difference between two quantities:

0 commit comments

Comments
 (0)