GitHub

Original file line numberDiff line numberDiff line change

@@ -529,13 +529,13 @@ labeled as iso-likelihood ellipses

529529
530530

> **Remark:** More generally there is a class of density functions

531531

> that possesses this feature, i.e.

532-

>

532+

>

533533

> $$

534-

> \exists g: \mathbb{R}_+ \mapsto \mathbb{R}_+ \ \ \text{ and } \ \ c \geq 0,

535-

> \ \ \text{s.t. the density } \ \ f \ \ \text{of} \ \ Z \ \

536-

> \text{ has the form } \quad f(z) = c g(z\cdot z)

537-

> $$

538-

>

534+

\exists g: \mathbb{R}_+ \mapsto \mathbb{R}_+ \ \ \text{ and } \ \ c \geq 0,

535+

\ \ \text{s.t. the density } \ \ f \ \ \text{of} \ \ Z \ \

536+

\text{ has the form } \quad f(z) = c g(z\cdot z)

537+

$$

538+

>

539539

> This property is called **spherical symmetry** (see p 81. in Leamer

540540

> (1978) {cite}`leamer1978specification`).

541541
Original file line numberDiff line numberDiff line change

@@ -589,17 +589,15 @@ sustainable outcome:

589589

1. choose an initial $(w_0, \theta_0) \in S$;

590590

1. generate a sustainable outcome recursively by iterating on {eq}`chang501`, which we repeat here for convenience:

591591
592-

> $$

593-

> \begin{aligned}

594-

> \hat h_t & = h(w_t,\theta_t) \\

595-

> m_t & = m(h_t, w_t,\theta_t) \\

596-

> x_t & = x(h_t, w_t,\theta_t) \\

597-

> w_{t+1} & = \chi(h_t, w_t,\theta_t) \\

598-

> \theta_{t+1} & = \Psi(h_t, w_t,\theta_t)

599-

> \end{aligned}

600-

> $$

601-

>

602-

>

592+

$$

593+

\begin{aligned}

594+

\hat h_t & = h(w_t,\theta_t) \\

595+

m_t & = m(h_t, w_t,\theta_t) \\

596+

x_t & = x(h_t, w_t,\theta_t) \\

597+

w_{t+1} & = \chi(h_t, w_t,\theta_t) \\

598+

\theta_{t+1} & = \Psi(h_t, w_t,\theta_t)

599+

\end{aligned}

600+

$$

603601
604602

## Calculating the Set of Sustainable Promise-Value Pairs

605603
Original file line numberDiff line numberDiff line change

@@ -126,11 +126,9 @@ allocation solves the following planning problem.

126126
127127

Choose $\{c_t, s_t, i_t, h_t, k_t, g_t\}_{t=0}^\infty$ to maximize

128128
129-

> $$

130-

> - \frac{1}{2}\mathbb{E}\sum_{t=0}^\infty \beta^t [(s_t-b_t)\cdot(s_t - b_t) + g_t \cdot g_t]

131-

> $$

132-

>

133-

>

129+

$$

130+

-\frac{1}{2}\mathbb{E}\sum_{t=0}^\infty \beta^t [(s_t-b_t)\cdot(s_t - b_t) + g_t \cdot g_t]

131+

$$

134132
135133

subject to the linear constraints

136134

Read the original on github.com ↗