@@ -29,14 +29,6 @@ kernelspec:
2929:depth: 2
3030```
3131
32- In addition to what's in Anaconda, this lecture uses following libraries:
33-
34- ``` {code-cell} ipython3
35- :tags: [hide-output]
36-
37- !pip install quantecon
38- ```
39-
4032## Overview
4133
4234This lecture describes a model of {cite: t }` Morris1996 ` that extends the Harrison–Kreps model {cite}` HarrKreps1978 ` of speculative asset pricing.
134126where $a_i, b_i > 0$ are the prior parameters.
135127
136128``` {note}
137- The definition of Beta distribution can be found in {doc}`divergence_measures`.
129+ The definition of the Beta distribution can be found in {doc}`divergence_measures`.
138130```
139131
140132Suppose trader $i$ observes a history of $t$ periods in which a total of $s$ dividends are paid
@@ -392,9 +384,9 @@ print("Valuation of trader 1 at (0, 0) =", perpetuity_1)
392384print("Valuation of trader 2 at (0, 0) =", perpetuity_2)
393385```
394386
395- The resulting premium reflects the option value of reselling to whichever trader becomes temporarily more optimistic as data arrive.
387+ The resulting premium reflects the option value of reselling to whichever trader becomes temporarily more optimistic as data arrive.
396388
397- Under this setting we reproduce the two key figures reported in {cite: t }` Morris1996 `
389+ Under this setting, we reproduce the two key figures reported in {cite: t }` Morris1996 `
398390
399391``` {code-cell} ipython3
400392def normalized_price_two_agents(prior1, prior2, r, T=250):
@@ -508,7 +500,7 @@ We can see that the asset price is above all traders' valuations.
508500
509501Morris tells us that no rate dominance exists in this case.
510502
511- Let's verify using the code below
503+ Let's verify this using the code below
512504
513505``` {code-cell} ipython3
514506dominant = None
0 commit comments