@@ -289,12 +289,12 @@ where
2892892902901. $\{X_t\}$ is a finite Markov chain with state space $S$ and
291291 transition probabilities
292-292+293293$$
294294 P(x, y) := \mathbb P \{ X_{t+1} = y \,|\, X_t = x \}
295295 \qquad (x, y \in S)
296296 $$
297-297+2982981. $g$ is a given function on $S$ taking nonnegative values
299299300300You can think of
@@ -455,7 +455,7 @@ Lucas considered an abstract pure exchange economy with these features:
455455* a single *tree* that each period yields *fruit* that equals the total amount of consumption available to the economy
456456* a competitive market in *shares* in the tree that entitles their owners to corresponding shares of the *dividend* stream, i.e., the *fruit* stream, yielded by the tree
457457458-* a representative consumer who in a competitive equilibrium
458+* a representative consumer who in a competitive equilibrium
459459460460* consumes the economy's entire endowment each period
461461* owns 100 percent of the shares in the tree
@@ -627,7 +627,7 @@ for γ in γs:
627627 v = tree_price(ap)
628628 ax.plot(states, v, lw=2, alpha=0.6, label=rf"$\gamma = {γ}$")
629629630-ax.set_title('Price-divdend ratio as a function of the state')
630+ax.set_title('Price-dividend ratio as a function of the state')
631631ax.set_ylabel("price-dividend ratio")
632632ax.set_xlabel("state")
633633ax.legend(loc='upper right')
@@ -964,7 +964,7 @@ Do the same for
964964```{exercise}
965965:label: ma_ex3
966966967-Let's consider finite horizon call options, which are more common than
967+Let's consider finite horizon call options, which are more common than
968968infinite horizon ones.
969969970970Finite horizon options obey functional equations closely related to {eq}`FEoption0`.
@@ -1127,8 +1127,8 @@ plt.show()
1127112711281128Not surprisingly, options with larger $k$ are worth more.
112911291130-This is because an owner has a longer horizon over which
1130+This is because an owner has a longer horizon over which
11311131 the option can be exercised.
1132113211331133```{solution-end}
1134-```
1134+```