Skip to content

Commit b515988

Browse files
authored
Update cass_fiscal.md
1 parent 091ed6c commit b515988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lectures/cass_fiscal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ from collections import namedtuple
279279
from mpmath import mp, mpf
280280
from warnings import warn
281281
282-
# Set the precision
282+
# 设置计算精度
283283
mp.dps = 40
284284
mp.pretty = True
285285
```
@@ -462,7 +462,6 @@ def compute_R_bar_path(shocks, k_path, model, S=100):
462462
"""
463463
计算随时间变化的R̄路径。
464464
"""
465-
A, α, δ = model.A, model.α, model.δ
466465
R_bar_path = np.zeros(S + 1)
467466
for t in range(S):
468467
R_bar_path[t] = compute_R_bar(

0 commit comments

Comments
 (0)