Skip to content

Commit 3a8f7da

Browse files
Tom's edits of five_preferences lecture, afternoon Nov 15
1 parent 1332c45 commit 3a8f7da

File tree

1 file changed

+59
-44
lines changed

1 file changed

+59
-44
lines changed

lectures/five_preferences.md

Lines changed: 59 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,15 @@ In general, when $\theta < +\infty$, ${\sf T} u(c)$ depends on cumulants of all
693693
694694
These statements extend to cases with continuous probability distributions for $c$ and therefore for $u(c)$.
695695
696-
For the particular case $u(c) \sim {\mathcal N}(\mu_u, \sigma_u^2)$, $\kappa_1 = \mu_u, \kappa_2 = \sigma_u^2,$ and $\kappa_j = 0 \ \forall j \geq 3$, so ${\sf T} u(c) = \mu_u - \frac{1}{2 \theta} \sigma_u^2$, which becomes expected utility $\mu_u$ when $\theta^{-1} = 0$.
696+
For the special case $u(c) \sim {\mathcal N}(\mu_u, \sigma_u^2)$, $\kappa_1 = \mu_u, \kappa_2 = \sigma_u^2,$ and $\kappa_j = 0 \ \forall j \geq 3$, so
697+
698+
$$
699+
{\sf T} u(c) = \mu_u - \frac{1}{2 \theta} \sigma_u^2,
700+
$$ (tom200)
701+
702+
which becomes expected utility $\mu_u$ when $\theta^{-1} = 0$.
703+
704+
The right side of equation {eq}`tom200` is a special case of **stochastic differential utility** preferences in which consumption plans are ranked not just by their expected utilities $\mu_u$ but also the variances $\sigma_u^2$ of their expected utilities.
697705
698706
## Ex post Bayesian preferences
699707
@@ -1115,25 +1123,23 @@ ax2.set_xlabel(r'$c_1$')
11151123
ax2.legend();
11161124
```
11171125

1118-
Evidently, for a given $\eta$ and a given $(c_1, c_2)$ off the 45 degree line, by solving
1119-
equations {eq}`tom7` and {eq}`tom20`, we can find $\tilde \theta (\eta, c)$
1120-
and $\tilde \eta(\theta,c)$ that make the indifference curves for
1121-
multiplier and constraint preferences be tangent to one another at a
1122-
given allocation $c$.
1126+
**Kink at 45 degree line**
1127+
11231128

1124-
For fixed $\eta$, a given plan $c$, and
1125-
a utility function increasing in $c$, the worst case probabilities are
1126-
$\hat \pi_1 < .5$ when $c_1 > c_2$ and $\hat \pi_1 > .5$ when
1129+
Notice the kink in the indifference curve for constraint preferences at the 45 degree line.
1130+
1131+
To understand the source of the kink, consider how the Lagrange multiplier and worst-case probabilities vary with the consumption plan under constraint preferences.
1132+
1133+
For fixed $\eta$, a given plan $c$, and a utility function increasing in $c$, worst case probabilities are **fixed numbers** $\hat \pi_1 < .5$ when $c_1 > c_2$ and $\hat \pi_1 > .5$ when
11271134
$c_2 > c_1$.
11281135

1129-
The discontinuity in the worst case $\hat \pi_1$ at the 45
1130-
degree line accounts for the kink in the indifference curve for
1131-
constraint preferences associated with a particular positive entropy
1132-
$\eta$.
1136+
This pattern makes the Lagrange multiplier $\tilde \theta$ vary discontinuously at $\hat \pi_1 = .5$.
1137+
1138+
The discontinuity in the worst case $\hat \pi_1$ at the 45 degree line accounts for the kink at the 45 degree line in an indifference curve for constraint preferences associated with a given positive entropy constraint $\eta$.
11331139

11341140
The code for generating the preceding figure is somewhat intricate we formulate a root finding problem for finding indifference curves.
11351141

1136-
Here is a brief literary description of the method we used.
1142+
Here is a brief literary description of the method we use.
11371143

11381144
**Parameters**
11391145

@@ -1167,10 +1173,17 @@ $$
11671173
**Remark:** It is tricky to get the algorithm to work properly for all values of $c_{1}$. In particular, parameters were chosen with [graduate student descent](https://sciencedryad.wordpress.com/2014/01/25/grad-student-descent/).
11681174

11691175

1176+
**Tangent indifference curves off 45 degree line**
1177+
1178+
For a given $\eta$ and a given allocatin $(c_1, c_2)$ off the 45 degree line, by solving
1179+
equations {eq}`tom7` and {eq}`tom20`, we can find $\tilde \theta (\eta, c)$
1180+
and $\tilde \eta(\theta,c)$ that make indifference curves for
1181+
multiplier and constraint preferences be tangent to one another.
1182+
11701183
The following figure shows indifference curves for
11711184
multiplier and constraint preferences through a point off the 45 degree
11721185
line, namely, $(c(1),c(2)) = (3,1)$, at which $\eta$ and $\theta$ are
1173-
set to render the indifference curves for constraint and multiplier
1186+
adjusted to render the indifference curves for constraint and multiplier
11741187
preferences tangent.
11751188

11761189

@@ -1239,7 +1252,8 @@ ax2.set_xlabel(r'$c_1$')
12391252
ax2.legend();
12401253
```
12411254

1242-
Note that all three lines of the left graph intersect at (1, 3). While the intersection at (3, 1) is hard-coded, the intersection at (1,3) arises from the computation which is a good sign.
1255+
Note that all three lines of the left graph intersect at (1, 3). While the intersection at (3, 1) is hard-coded, the intersection at (1,3) arises from the computation, which confirms that the code seems to be
1256+
working properly.
12431257

12441258

12451259
As we move along the (kinked) indifference curve for the constraint
@@ -1447,11 +1461,7 @@ model uncertainty.
14471461
14481462
## Iso-utility and iso-entropy curves and expansion paths
14491463
1450-
The following figures show
1451-
iso-entropy and iso-utility lines for the special case in which $I = 3$,
1452-
$\pi_1 = .3, \pi_2 = .4$, and the utility function is
1453-
$u(c)= \frac{c^{1-\alpha}}{1-\alpha}$ with $\alpha =0$ and $\alpha =3$,
1454-
respectively, for the fixed plan $c(1) = 1, c(2) =2 , c(3) =3$.
1464+
The following figures show iso-entropy and iso-utility lines for the special case in which $I = 3$, $\pi_1 = .3, \pi_2 = .4$, and the utility function is $u(c)= \frac{c^{1-\alpha}}{1-\alpha}$ with $\alpha =0$ and $\alpha =3$, respectively, for the fixed plan $c(1) = 1, c(2) =2 , c(3) =3$.
14551465
14561466
The iso-utility lines are the level curves of
14571467
@@ -1816,25 +1826,27 @@ Beyond the helpful mathematical fact that it leads directly to
18161826
convenient exponential twisting formulas {eq}`tom6` and
18171827
{eq}`tom12` for worst-case probability distortions,
18181828
there are two related justifications for using entropy to measure
1819-
discrepancies between probability distribution. One arises from the role
1820-
of entropy in statistical tests for discriminating between models. The
1821-
other comes from axioms.
1829+
discrepancies between probability distribution.
1830+
1831+
One arises from the role of entropy in statistical tests for discriminating between models.
1832+
1833+
The other comes from axioms.
18221834
18231835
### Entropy and statistical detection
18241836
18251837
Robust control theory starts with a decision maker who has constructed a
18261838
good baseline approximating model whose free parameters he has estimated
1827-
to fit historical data well. The decision maker recognizes that actual
1828-
outcomes might be generated by one of a vast number of other models that
1829-
fit the historical data nearly as well as his. Therefore, he wants to
1830-
evaluate outcomes under a set of alternative models that are plausible
1831-
in the sense of being statistically close to his model. He uses relative
1832-
entropy to quantify what he means by close.
1839+
to fit historical data well.
1840+
1841+
The decision maker recognizes that actual outcomes might be generated by one of a vast number of other models that fit the historical data nearly as well as his.
1842+
1843+
Therefore, he wants to evaluate outcomes under a set of alternative models that are plausible
1844+
in the sense of being statistically close to his model.
1845+
1846+
He uses relative entropy to quantify what close means.
18331847
18341848
{cite}`AHS_2003` and {cite}`BHS_2009`describe links between entropy and large deviations
1835-
bounds on test statistics for discriminating between models, in
1836-
particular, statistics that describe the probability of making an error
1837-
in applying a likelihood ratio test to decide whether model A or model B
1849+
bounds on test statistics for discriminating between models, in particular, statistics that describe the probability of making an error in applying a likelihood ratio test to decide whether model A or model B
18381850
generated a data record of length $T$.
18391851
18401852
For a given sample size, an
@@ -1844,12 +1856,14 @@ use detection error probabilities to calibrate reasonable values of $\eta$.
18441856
18451857
{cite}`AHS_2003` and {cite}`HansenSargent2008` also
18461858
use detection error probabilities to calibrate reasonable values of the
1847-
penalty parameter $\theta$ in multiplier preferences. For a fixed sample
1848-
size and a fixed $\theta$, they would calculate the worst-case
1859+
penalty parameter $\theta$ in multiplier preferences.
1860+
1861+
For a fixed sample size and a fixed $\theta$, they would calculate the worst-case
18491862
$\hat m_i(\theta)$, an associated entropy $\eta(\theta)$, and an
18501863
associated detection error probability. In this way they build up a
1851-
detection error probability as a function of $\theta$. They then invert
1852-
this function to calibrate $\theta$ to deliver a reasonable detection
1864+
detection error probability as a function of $\theta$.
1865+
1866+
They then invert this function to calibrate $\theta$ to deliver a reasonable detection
18531867
error probability.
18541868
18551869
To indicate outcomes from this approach, the following figure
@@ -1923,21 +1937,22 @@ The density for the approximating model is
19231937
$\log c_{t+1} - \log c_t = \mu + \sigma_c \epsilon_{t+1}$ where
19241938
$\epsilon_{t+1} \sim {\cal N}(0,1)$ and $\mu$ and $\sigma_c$ are
19251939
estimated by maximum likelihood from the U.S. quarterly data in the
1926-
histogram over the period 1948.I-2006.IV. The consumer's value function
1927-
under logarithmic utility implies that the worst-case model is
1940+
histogram over the period 1948.I-2006.IV.
1941+
1942+
The consumer's value function under logarithmic utility implies that the worst-case model is
19281943
$\log c_{t+1} - \log c_t = (\mu + \sigma_c w) + \sigma_c \tilde \epsilon_{t+1}$
19291944
where $\{\tilde \epsilon_{t+1}\}$ is also a normalized Gaussian random
19301945
sequence and where $w$ is calculated by setting a detection error
1931-
probability to $.05$. The worst-case model appears to fit the histogram nearly as well as the approximating model.
1946+
probability to $.05$.
1947+
1948+
The worst-case model appears to fit the histogram nearly as well as the approximating model.
19321949
19331950
### Axiomatic justifications
19341951
19351952
Multiplier and constraint preferences are both special cases of what
19361953
{cite}`MaccheroniMarinacciRustichini:2006b` call variational preferences.
19371954
1938-
They provide an
1939-
axiomatic foundation for variational preferences and describe how they
1955+
They provide an axiomatic foundation for variational preferences and describe how they
19401956
express ambiguity aversion.
19411957
1942-
Constraint preferences are particular
1943-
instances of the multiple priors model of {cite}`GilboaSchmeidler:1989`.
1958+
Constraint preferences are particular instances of the multiple priors model of {cite}`GilboaSchmeidler:1989`.

0 commit comments

Comments
 (0)