Skip to content

Commit 3826fa0

Browse files
committed
minor update
1 parent 3a603aa commit 3826fa0

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

lectures/morris_learn.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4234
This lecture describes a model of {cite:t}`Morris1996` that extends the Harrison–Kreps model {cite}`HarrKreps1978` of speculative asset pricing.
@@ -134,7 +126,7 @@ $$
134126
where $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

140132
Suppose 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)
392384
print("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
400392
def 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

509501
Morris 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
514506
dominant = None

0 commit comments

Comments
 (0)