Skip to content

Commit 912db6c

Browse files
committed
update terminology
1 parent 27db155 commit 912db6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/cass_fiscal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def compute_q_path(c_path, model, S=100):
318318
return q_path
319319
```
320320
321-
*Marginal product of capital*
321+
*Capital rental rate*
322322
323323
$$
324324
\eta_t = f'(k_t)
@@ -335,7 +335,7 @@ def compute_η_path(k_path, model, S=100):
335335
return η_path
336336
```
337337
338-
*Wage:*
338+
*Labor rental rate:*
339339
340340
$$
341341
w_t = f(k_t) - k_t f'(k_t)

0 commit comments

Comments
 (0)