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
# If we succeed in converging, break out of for loop
488
488
if np.max(np.sqrt((p_new - p_old)**2)) < tol:
@@ -614,4 +614,4 @@ with **permanently optimistic** investors - this is due to the marginal investor
614
614
```{solution-end}
615
615
```
616
616
617
-
[^f1]: By assuming that both types of agents always have "deep enough pockets" to purchase all of the asset, the model takes wealth dynamics off the table. The Harrison-Kreps model generates high trading volume when the state changes either from 0 to 1 or from 1 to 0.
617
+
[^f1]: By assuming that both types of agents always have "deep enough pockets" to purchase all of the asset, the model takes wealth dynamics off the table. The Harrison-Kreps model generates high trading volume when the state changes either from 0 to 1 or from 1 to 0.
0 commit comments