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
Copy file name to clipboardExpand all lines: lectures/morris_learn.md
+89-24Lines changed: 89 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,35 +31,35 @@ kernelspec:
31
31
32
32
## Overview
33
33
34
-
This lecture describes how {cite:t}`Morris1996`extends the Harrison–Kreps model {cite}`HarrKreps1978` of speculative asset pricing.
34
+
This lecture describes how {cite:t}`Morris1996`extended the Harrison–Kreps model {cite}`HarrKreps1978` of speculative asset pricing.
35
35
36
-
The model determines the price of a dividend-yielding asset that is traded by risk-neutral investors who have heterogeneous beliefs.
36
+
Like Harrison and Kreps's model, Harris's model determines the price of a dividend-yielding asset that is traded by risk-neutral investors who have heterogeneous beliefs.
37
37
38
38
The Harrison-Kreps model assumes that the traders have dogmatic, hard-wired beliefs about the asset's payout stream, i.e., its dividend stream or "fundamentals".
39
39
40
-
Morris replaced dogmatic beliefs about the dividend stream with non-dogmatic traders who use Bayes' Law to update their beliefs about prospective dividends as new dividend data arrive.
40
+
Morris replaced Harrison and Kreps's traders with hard-wired beliefs about the dividend stream with traders who use Bayes' Law to update their beliefs about prospective dividends as new dividend data arrive.
41
41
42
42
```{note}
43
-
But notice below that the traders don't use data on past prices of the asset to update their beliefs about the
43
+
But Morris's traders don't use data on past prices of the asset to update their beliefs about the
44
44
dividend process.
45
45
```
46
46
47
47
Key features of Morris's model include:
48
48
49
-
* All traders share the same manifold of statistical models for prospective dividends
50
-
*All observe the same dividend histories
51
-
* All use Bayes' Law to update beliefs
52
-
*Traders have different initial *prior distributions* over a parameter that indexes the common statistical model
53
-
54
-
By endowing agents with different prior distributions over that parameter, Morris builds his model of heterogeneous beliefs.
49
+
* All traders share a manifold of statistical models for prospective dividends
50
+
*The manifold of statistical models is characterized by a single parameter
51
+
* All traders observe the same dividend histories
52
+
*All traders use Bayes' Law to update beliefs
53
+
* Traders have different initial *prior distributions* over the parameter that indexes the common statistical model
54
+
* Until traders' *posterior distributions* over that parameter eventually merge, traders disagree about the predictive density over prospective dividends and therefore about the expected present value of dividend streams, which trader regards as the *fundamental value* of the asset
55
55
56
56
```{note}
57
-
Morris has thereby set things up so that we anticipate that after long enough histories, traders eventually agree about the tail of the asset's dividend stream.
57
+
Morris has thereby set things up so that after long enough histories, traders eventually agree about the tail of the asset's dividend stream.
58
58
```
59
59
60
-
Along identical histories of dividends, traders have different *posterior distributions* for prospective dividends.
60
+
Thus, although traders have identical *information*, i.e., histories of information, they have different *posterior distributions* for prospective dividends.
61
61
62
-
Those differences set the stage for possible speculation and price bubbles.
62
+
Just as in the hard-wired beliefs model of Harrison and Kreps, those differences set the stage for the emergence of an environment in which investors engange in *speculative behavior* in the sense that sometimes they place a value on the asset that exceeds what they regard as its fundamental value, i.e., the present value of its prospective dividend stream.
63
63
64
64
Let's start with some standard imports:
65
65
@@ -99,7 +99,12 @@ All traders have the same discount factor $\beta \in (0,1)$.
99
99
100
100
* You can think of $\beta$ as being related to a net risk-free interest rate $r$ by $\beta = 1/(1+r)$.
101
101
102
-
### Trading and constraints
102
+
Owning the asset at the end of period $t$ entitles the owner to divdends at time $t+1, t+2, \ldots$.
103
+
104
+
Because the dividend process is i.i.d., trader $i$ thinks that the fundamental value of the asset is the capitalized value of the dividend stream, namely, $\sum_{j=1}^\infty \beta^j \hat \theta_i
105
+
= \frac{\hat \theta_i}{r}$, where $\hat \theta_i$ is the mean of the trader's posterior distribution over $\theta$.
106
+
107
+
### Possible trades
103
108
104
109
Traders buy and sell the risky asset in competitive markets each period $t = 0, 1, 2, \ldots$ after dividends are paid.
105
110
@@ -122,13 +127,64 @@ All traders have sufficient wealth to purchase the risky asset.
122
127
123
128
All traders observe the same dividend history $(d_1, d_2, \ldots, d_t)$.
124
129
125
-
Based on that information flow, all update beliefs by Bayes' rule.
130
+
Based on that information flow, all traders their subjective distribution over $\theta$ by applying Bayes' rule.
126
131
127
132
However, traders have *heterogeneous priors* over the unknown dividend probability $\theta$.
128
133
129
-
This heterogeneity in priors, combined with the same observed data, produces heterogeneous posterior beliefs.
134
+
This heterogeneity in priors produces heterogeneous posterior beliefs.
135
+
136
+
## Source of heterogeneous priors
137
+
138
+
Imputing different statistical models to agents inside a model is controversial.
139
+
140
+
Many game theorists and rational expectations applied economists think it is a bad idea.
141
+
142
+
While they often construct models in which agents have different *information*, they prefer to assume that all agents inside the model
143
+
share the same statistical model -- i.e., the same joint probability distribution over the random processes being modeled.
144
+
145
+
For a statistician or an economic theorist, a statistical model is joint probability distribution that is characeterized by a known parameter vector.
146
+
147
+
When working with a *manifold* of statistical models swept out by parameters, say $\theta$ in a known set $\Theta$, economic theorists
148
+
reduce that manifold of models to a single model by imputing to all agents inside the model the same prior probability distribution over $\theta$.
149
+
150
+
This is called the *Harsanyi Doctrine* or *Common Priors Doctrine*.
151
+
152
+
153
+
154
+
{cite}`harsanyi1967games`, {cite}`harsanyi1968games`, {cite}`harsanyi1968games3` argued that if two rational agents have
155
+
the same information and the same reasoning capabilities, they should have same joint probability distribution over outcomes of interest.
156
+
He wanted to interpret disagreements as coming from different information sets, not from different statistical models.
157
+
158
+
159
+
160
+
161
+
162
+
Notice how {cite}`HarrKreps1978` had also abandoned Harsanyi common statistical model assumption when they hard-wired dogmatic disparate beliefs.
163
+
164
+
{cite:t}`Morris1996` evidently abandons the Harsanyi approach only partly -- he retains the assumption that agents share the same
165
+
manifold of statistical model.
130
166
131
-
### Beta prior specification
167
+
Morris's agents simply express their initial ignorance parameter differently -- they have different priors.
168
+
169
+
170
+
Morris defends his assumption by alluding to an application that concerns him, namely, the observations about apparent ''mispricing'' of initial public offerings presented by {cite}`miller1977risk`.
171
+
172
+
This is a situation in which agents have access to little or no data about a project and want to be open to changing their opinions as data flow in.
173
+
174
+
Morris motivates his diverse-priors assumption by noting that there are two *different* ways to express ''maximal ignorance'' about the parameter of a Bernoulli distribution
175
+
176
+
* a uniform distribution on $[0, 1]$
177
+
* a Jeffrey's prior {cite}`jeffreys1946invariant` that is invariant to reparameterization; this has the form of a Beta distribution with parameters
178
+
$.5, .5$
179
+
180
+
Is one of these priors more rational than the other?
181
+
182
+
Morris thinks not.
183
+
184
+
185
+
186
+
187
+
## Beta priors
132
188
133
189
For tractability, assume trader $i$ has a Beta prior over the dividend probability
134
190
@@ -139,7 +195,7 @@ $$
139
195
where $a_i, b_i > 0$ are the prior parameters.
140
196
141
197
```{note}
142
-
The definition of the Beta distribution can be found in this quantecon lecture {doc}`divergence_measures`.
198
+
The Beta distribution also appears in these quantecon lectures {doc}`divergence_measures`, {doc}`likelihood_ratio_process`, {doc}`odu`.
143
199
```
144
200
145
201
Suppose trader $i$ observes a history of $t$ periods in which a total of $s$ dividends are paid
@@ -154,9 +210,7 @@ $$
154
210
where $\pi_i(\theta)$ is trader $i$'s prior density.
155
211
156
212
```{note}
157
-
The Beta distribution is the conjugate prior for the Binomial likelihood.
158
-
159
-
When the prior is $\text{Beta}(a_i, b_i)$ and we observe $s$ successes in $t$ trials, the posterior is $\text{Beta}(a_i+s, b_i+t-s)$.
213
+
The Beta distribution is the conjugate prior for the Binomial likelihood. This means that when the prior is $\text{Beta}(a_i, b_i)$ and we observe $s$ successes in $t$ trials, the posterior is $\text{Beta}(a_i+s, b_i+t-s)$.
160
214
```
161
215
162
216
The posterior mean (or expected dividend probability) is:
@@ -183,7 +237,7 @@ An owner of the asset has the option to sell it after receiving that period's di
183
237
184
238
Traders take that into account.
185
239
186
-
That opens the possibility that at time $t$ a trader will be willing to pay more for the asset than the trader's fundamental valuation.
240
+
That opens the possibility that a trader will be willing to pay more for the asset than that trader's fundamental valuation.
Following Harrison and Kreps, a price function that satisfies the equilibrium condition can be computed recursively.
293
+
A price function that satisfies the equilibrium condition can be computed recursively.
240
294
241
295
Set $p^0(s,t,r) = 0$ for all $(s,t,r)$, and define $p^{n+1}(s,t,r)$ by:
242
296
@@ -268,7 +322,7 @@ $$
268
322
269
323
## Two Traders
270
324
271
-
We now focus on an example with two traders with priors $(a_1,b_1)$ and $(a_2,b_2)$.
325
+
We now focus on an example with two traders with Beta priors with parameters $(a_1,b_1)$ and $(a_2,b_2)$.
272
326
273
327
```{prf:definition} Rate Dominance (Beta Priors)
274
328
:label: rate_dominance_beta
@@ -303,6 +357,11 @@ Thus, along such a history, there is a persistent speculative premium.
303
357
304
358
For computational tractability, let's work with a finite horizon $T$ and solve by backward induction.
305
359
360
+
```{note}
361
+
{cite:t}`Morris1996` page 1122 provides an argument that the limit as $T\rightarrow + \infty$ of such finite-horizon economies provides a useful
362
+
selection algorithm that excludes additional equilibria that involve a Ponzi-scheme price component that Morris dismisses as fragile.
363
+
```
364
+
306
365
We use the discount factor parameterization $\beta = 1/(1+r)$ and compute dollar prices $\tilde{p}(s,t)$ via:
307
366
308
367
$$
@@ -539,6 +598,12 @@ else:
539
598
540
599
Indeed, there is no global optimist and a speculative premium exists.
541
600
601
+
## Concluding remarks
602
+
603
+
{cite:t}`Morris1996` uses his model to interpret a ''hot issue'' anomaly described by {cite}`miller1977risk` according to which opening market prices of initial public offerings seem higher than values prices that emerge later.
0 commit comments