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/cass_fiscal.md
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,10 +274,9 @@ To compute an equilibrium, we seek a price system $\{q_t, \eta_t, w_t\}$, a bu
274
274
- feasibility condition {eq}`eq:tech_capital`, no-arbitrage condition for household {eq}`eq:no_arb` and firms {eq}`eq:no_arb_firms`, household's first order conditions {eq}`eq:foc_c` and {eq}`eq:foc_n`.
275
275
- an initial condition $k_0$ and a terminal condition {eq}`eq:terminal_final`.
276
276
277
-
277
+
(cass_fiscal_shooting)=
278
278
## Python Code
279
279
280
-
281
280
We require the following imports
282
281
283
282
```{code-cell} ipython3
@@ -327,6 +326,12 @@ $$
327
326
k_{t+1} = f(k_t) + (1 - \delta) k_t - g_t - c_t.
328
327
$$ (eq:feasi_capital)
329
328
329
+
```{note}
330
+
In the functions below, we include routines to handle the growth component, making the code more concise.
331
+
332
+
A detailed discussion of the growth model is provided later in the section {ref}`growth_model`.
0 commit comments