Skip to content

Commit 18b02bb

Browse files
Tom's Dec 21 edits of lecture 25
1 parent 416ac93 commit 18b02bb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lectures/_static/.DS_Store

0 Bytes
Binary file not shown.

lectures/five_preferences.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def T_θ_factory(θ, π):
122122
123123
def compute_change_measure(u, c, θ, π):
124124
"""
125-
Compute the channge of measure given a utility function `u`, a consumption vector `c`,
125+
Compute the change of measure given a utility function `u`, a consumption vector `c`,
126126
a penalty parameter `θ` and a baseline probability vector `π`
127127
128128
"""
@@ -325,10 +325,10 @@ We describe five types of preferences over plans.
325325
* Ex post Bayesian expected utility preferences
326326

327327

328-
Expected utility, risk-sensitive, and ex post Bayesian prefernces are each cast in terms of a unique probability distribution, so they can express risk-aversion, but not model ambiguity aversion.
328+
Expected utility, risk-sensitive, and ex post Bayesian preferences are each cast in terms of a unique probability distribution, so they can express risk-aversion, but not model ambiguity aversion.
329329

330330

331-
Multiplier and constraint prefernces both express aversion to
331+
Multiplier and constraint preferences both express aversion to
332332
concerns about model misppecification, i.e., model uncertainty; both are cast in terms of a set or sets of probability distributions.
333333

334334
* The set of distributions expresses the decision maker's ambiguity about the probability model.
@@ -368,7 +368,7 @@ $$
368368
\sum_{i=1}^I \pi_i m_i = 1 .
369369
$$ (tom4)
370370
371-
In {eq}`tom3`, $\eta \geq 0$ defines an entropy ball of probability distributions $\hat \pi = m \pi$ that surround a baseline distribution $\pi$.
371+
In {eq}`tom3`, $\eta \geq 0$ determines an entropy ball of probability distributions $\hat \pi = m \pi$ that surround a baseline distribution $\pi$.
372372
373373
As noted earlier, $\sum_{i=1}^I m_i\pi_i u(c_i)$ is the expected value of $u(c)$ under a twisted probability distribution $\{\hat \pi_i\}_{i=1}^I = \{m_i \pi_i\}_{i=1}^I$.
374374
@@ -565,7 +565,7 @@ Under expected utility, i.e., $\theta =+\infty$, ${\sf T}u(c)$ is linear in $\pi
565565
566566
The two panels in the next figure below can help us to visualize the extra adjustment for risk that the risk-sensitive operator entails.
567567
568-
This will help us understand how the $\mathbf{T}$ transformation works by envisioning what function is being averaged.
568+
This will help us understand how the $\sf{T}$ transformation works by envisioning what function is being averaged.
569569
570570
```{code-cell} ipython3
571571
:tags: [hide-input]
@@ -859,7 +859,7 @@ aversion.
859859
860860
Constraint preferences express **concern about misspecification** or **ambiguity** for short with a positive
861861
$\eta$ that circumscribes an entropy ball around an approximating
862-
probability distribution $\pi$, and *aversion aversion to model misspecification* through
862+
probability distribution $\pi$, and *aversion to model misspecification* through
863863
minimization with respect to a likelihood ratio $m$.
864864
865865
Multiplier preferences express misspecification concerns with a parameter $\theta<+\infty$ that
@@ -1066,7 +1066,7 @@ u_inv = lambda x: np.exp(x) # Inverse of the utility function
10661066
η = 0.12
10671067
10681068
1069-
# Conustruct grid for c_1
1069+
# Constuct grid for c_1
10701070
c_1_grid_nb = 102
10711071
c_1_grid = np.linspace(0.5, 2., num=c_1_grid_nb)
10721072
@@ -1173,7 +1173,7 @@ $$
11731173

11741174
**Tangent indifference curves off 45 degree line**
11751175

1176-
For a given $\eta$ and a given allocatin $(c_1, c_2)$ off the 45 degree line, by solving
1176+
For a given $\eta$ and a given allocation $(c_1, c_2)$ off the 45 degree line, by solving
11771177
equations {eq}`tom7` and {eq}`tom20`, we can find $\tilde \theta (\eta, c)$
11781178
and $\tilde \eta(\theta,c)$ that make indifference curves for
11791179
multiplier and constraint preferences be tangent to one another.

0 commit comments

Comments
 (0)