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
@@ -178,7 +180,7 @@ $G$ with probability $1 - \tilde \pi$.
178
180
Thus, we assume that the decision maker
179
181
180
182
-**knows** both $F$ and $G$
181
-
-**doesnt't know** which of these two distributions that nature has drawn
183
+
-**doesn't know** which of these two distributions that nature has drawn
182
184
- summarizing his ignorance by acting as if or **thinking** that nature chose distribution $F$ with probability $\tilde \pi \in (0,1)$ and distribution
183
185
$G$ with probability $1 - \tilde \pi$
184
186
- at date $t \geq 0$ has observed the partial history $w_t, w_{t-1}, \ldots, w_0$ of draws from the appropriate joint
@@ -480,9 +482,9 @@ learning_example()
480
482
```
481
483
482
484
Please look at the three graphs above created for an instance in which $f$ is a uniform distribution on $[0,1]$
483
-
(i.e., a Beta distribution with parameters $F_a=1, F_b=1$, while $g$ is a Beta distribution with the default parameter values $G_a=3, G_b=1.2$.
485
+
(i.e., a Beta distribution with parameters $F_a=1, F_b=1$), while $g$ is a Beta distribution with the default parameter values $G_a=3, G_b=1.2$.
484
486
485
-
The graph on the left plots the likehood ratio $l(w)$ on the coordinate axis against $w$ on the ordinate axis.
487
+
The graph on the left plots the likelihood ratio $l(w)$ on the coordinate axis against $w$ on the ordinate axis.
486
488
487
489
The middle graph plots both $f(w)$ and $g(w)$ against $w$, with the horizontal dotted lines showing values
488
490
of $w$ at which the likelihood ratio equals $1$.
@@ -491,7 +493,7 @@ The graph on the right plots arrows to the right that show when Bayes' Law make
491
493
to the left that show when Bayes' Law make $\pi$ decrease.
492
494
493
495
Notice how the length of the arrows, which show the magnitude of the force from Bayes' Law impelling $\pi$ to change,
494
-
depend on both the prior probability $\pi$ on the ordinate axis and the evidence in the form of the current draw of
496
+
depends on both the prior probability $\pi$ on the ordinate axis and the evidence in the form of the current draw of
495
497
$w$ on the coordinate axis.
496
498
497
499
The fractions in the colored areas of the middle graphs are probabilities under $F$ and $G$, respectively,
@@ -528,7 +530,7 @@ assumptions about nature's choice of distribution:
528
530
- that nature permanently draws from $G$
529
531
530
532
Outcomes depend on a peculiar property of likelihood ratio processes that are discussed in
Copy file name to clipboardExpand all lines: lectures/harrison_kreps.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Remember that state $1$ is the high dividend state.
175
175
* In state $0$, a type $a$ agent is more optimistic about next period's dividend than a type $b$ agent.
176
176
* In state $1$, a type $b$ agent is more optimistic about next period's dividend.
177
177
178
-
However, the stationary distributions $\pi_A = \begin{bmatrix} .57 & .43 \end{bmatrix}$ and $\pi_B = \begin{bmatrix} .43 & .57 \end{bmatrix}$ tell us that a type $B$ person is more optimistic about the dividend process in the long run than is a type A person.
178
+
However, the stationary distributions $\pi_A = \begin{bmatrix} .57 & .43 \end{bmatrix}$ and $\pi_B = \begin{bmatrix} .43 & .57 \end{bmatrix}$ tell us that a type $B$ person is more optimistic about the dividend process in the long run than is a type $A$ person.
179
179
180
180
Transition matrices for the temporarily optimistic and pessimistic investors are constructed as follows.
0 commit comments