GitHub

@@ -17,7 +17,7 @@ kernelspec:

1717

</div>

1818

```

191920-

# {index}`The Income Fluctuation Problem II: Stochastic Returns on Assets <single: The Income Fluctuation Problem II: Stochastic Returns on Assets>`

20+

# {index}`The Income Fluctuation Problem IV: Stochastic Returns on Assets <single: The Income Fluctuation Problem IV: Stochastic Returns on Assets>`

21212222

```{contents} Contents

2323

:depth: 2

@@ -34,7 +34,7 @@ tags: [hide-output]

34343535

## Overview

363637-

In this lecture, we continue our study of the {doc}`income fluctuation problem <ifp>`.

37+

In this lecture, we continue our study of the income fluctuation problem described in {doc}`ifp_egm`.

38383939

While the interest rate was previously taken to be fixed, we now allow

4040

returns on assets to be state-dependent.

@@ -112,7 +112,7 @@ where

112112113113

Let $P$ represent the Markov matrix for the chain $\{Z_t\}_{t \geq 0}$.

114114115-

Our assumptions on preferences are the same as our {doc}`previous lecture <ifp>` on the income fluctuation problem.

115+

Our assumptions on preferences are the same as in {doc}`ifp_egm`.

116116117117

As before, $\mathbb E_z \hat X$ means expectation of next period value

118118

$\hat X$ given current value $Z = z$.

@@ -160,8 +160,7 @@ the IID and CRRA environment of {cite}`benhabib2015`.

160160161161

### Optimality

162162163-

Let the class of candidate consumption policies $\mathscr C$ be defined

164-

{doc}`as before <ifp>`.

163+

Let the class of candidate consumption policies $\mathscr C$ be defined as in {doc}`ifp_egm`.

165164166165

In {cite}`ma2020income` it is shown that, under the stated assumptions,

167166

@@ -182,8 +181,7 @@ In the present setting, the Euler equation takes the form

182181

\right\}

183182

```

184183185-

(Intuition and derivation are similar to our {doc}`earlier lecture <ifp>` on

186-

the income fluctuation problem.)

184+

(Intuition and derivation are similar to {doc}`ifp_egm`.)

187185188186

We again solve the Euler equation using time iteration, iterating with a

189187

Coleman--Reffett operator $K$ defined to match the Euler equation

@@ -197,8 +195,7 @@ Coleman--Reffett operator $K$ defined to match the Euler equation

197195

### A Time Iteration Operator

198196199197

Our definition of the candidate class $\sigma \in \mathscr C$ of consumption

200-

policies is the same as in our {doc}`earlier lecture <ifp>` on the income

201-

fluctuation problem.

198+

policies is the same as in {doc}`ifp_egm`.

202199203200

For fixed $\sigma \in \mathscr C$ and $(a,z) \in \mathbf S$, the value

204201

$K\sigma(a,z)$ of the function $K\sigma$ at $(a,z)$ is defined as the

@@ -251,7 +248,7 @@ convergence (as measured by the distance $\rho$).

251248

### Using an Endogenous Grid

252249253250

In the study of that model we found that it was possible to further

254-

accelerate time iteration via the {doc}`endogenous grid method <cake_eating_egm>`.

251+

accelerate time iteration via the {doc}`endogenous grid method <os_egm>`.

255252256253

We will use the same method here.

257254

@@ -578,7 +575,7 @@ In contrast, when $z=1$ (good state), higher expected future income allows the h

578575

Let's try to get some idea of what will happen to assets over the long run

579576

under this consumption policy.

580577581-

As with our {doc}`earlier lecture <ifp>` on the income fluctuation problem, we

578+

As in {doc}`ifp_egm`, we

582579

begin by producing a 45 degree diagram showing the law of motion for assets

583580584581

```{code-cell} python3

@@ -911,7 +908,7 @@ The JAX implementation provides several advantages:

911908

```{exercise}

912909

:label: ifpa_ex1

913910914-

Let's repeat our {ref}`earlier exercise <ifp_ex2>` on the long-run

911+

Let's repeat our {ref}`earlier exercise <ifp_egm_ex2>` on the long-run

915912

cross sectional distribution of assets.

916913917914

In that exercise, we used a relatively simple income fluctuation model.

Read the original on github.com ↗