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/ak_aiyagari.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ To construct transition dynamics, we can compute sequences of time-varying price
288
288
- Aggregate effective labor supply
289
289
* Take into account population weights $1/J$
290
290
291
-
4. Transition Dynamics
291
+
4. Transition dynamics
292
292
* Backward induction:
293
293
- Start from final steady state
294
294
- Solve sequence of value functions
@@ -780,13 +780,9 @@ In an inner loop, we compute the optimal consumption and saving choices by each
780
780
781
781
We then update our guesses of prices and taxes given the aggregate labor supply and capital stock in the economy.
782
782
783
-
* We use `solve_backwards` to solve for optimal saving choices given price and tax sequences
784
-
* We use `simulate_forward` to compute the evolution of the joint distributions.
783
+
We use `solve_backwards` to solve for optimal saving choices given price and tax sequences and `simulate_forward` to compute the evolution of the joint distributions.
785
784
786
-
We require two steady states as inputs:
787
-
788
-
1. the initial steady state to provide the initial condition for `simulate_forward`,
789
-
2. the final steady state to provide continuation values for `solve_backwards`.
785
+
We require two steady states as inputs: the initial steady state to provide the initial condition for `simulate_forward`, and the final steady state to provide continuation values for `solve_backwards`.
790
786
791
787
```{code-cell} ipython3
792
788
@jax.jit
@@ -922,10 +918,10 @@ The following algorithm describes the path iteration procedure:
0 commit comments