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
abstract = {We quantitatively identify the factors that drive wealth dynamics in the United States and are consistent with its skewed cross-sectional distribution and with social mobility. We concentrate on three critical factors: (i) skewed earnings, (ii) differential saving rates across wealth levels, and (iii) stochastic idiosyncratic returns to wealth. All of these are fundamental for matching both distribution and mobility. The stochastic process for returns which best fits the cross-sectional distribution of wealth and social mobility in the United States shares several statistical properties with those of the returns to wealth uncovered by Fagereng et al. (2017) from tax records in Norway.},
abstract = {In recent years, economists have become much interested in recursive models. This interest stems from a growing need for long-term economic projections and for forecasting the probable effects of economic programs and policies. In a dynamic world, past and present conditions help shape future conditions. Perhaps the simplest recursive model is the two-dimensional "cobweb diagram," discussed by Ezekiel in 1938. The present paper attempts to generalize the simple cobweb model somewhat. It considers some effects of price supports. It discusses multidimensional cobwebs to describe simultaneous adjustments in prices and outputs of a number of commodities. And it allows for time trends in the variables.},
abstract = {Abstract A surprisingly regular four year cycle in hogs has become apparent in the past ten years. This regularity presents an unusual opportunity to study the mechanism of the cycle because it suggests the cycle may be inherent within the industry rather than the result of lagged responses to outside influences. The cobweb theorem is often mentioned as a theoretical tool for explaining the hog cycle, although a two year cycle is usually predicted. When the nature of the hog industry is examined, certain factors become apparent which enable the cobweb theorem to serve as a theoretical basis for the present four year cycle.},
@@ -827,7 +827,7 @@ mc.stationary_distributions # Show all stationary distributions
827
827
```
828
828
829
829
(ergodicity)=
830
-
## Ergodicity
830
+
## Ergodicity
831
831
832
832
Under irreducibility, yet another important result obtains:
833
833
@@ -900,7 +900,7 @@ Another example is Hamilton {cite}`Hamilton2005` dynamics {ref}`discussed above
900
900
901
901
The diagram of the Markov chain shows that it is **irreducible**.
902
902
903
-
Therefore, we can see the sample path averages for each state (the fraction of time spent in each state) converges to the stationary distribution regardless of the starting state
903
+
Therefore, we can see the sample path averages for each state (the fraction of time spent in each state) converges to the stationary distribution regardless of the starting state
axes[i].axhline(ψ_star[i], linestyle='dashed', lw=2, color = 'black',
918
+
axes[i].axhline(ψ_star[i], linestyle='dashed', lw=2, color = 'black',
919
919
label = fr'$\psi^*(X={i})$')
920
920
axes[i].set_xlabel('t')
921
921
axes[i].set_ylabel(fr'average time spent at X={i}')
@@ -962,7 +962,7 @@ dot
962
962
963
963
As you might notice, unlike other Markov chains we have seen before, it has a periodic cycle.
964
964
965
-
This is formally called [periodicity](https://stats.libretexts.org/Bookshelves/Probability_Theory/Probability_Mathematical_Statistics_and_Stochastic_Processes_(Siegrist)/16:_Markov_Processes/16.05:_Periodicity_of_Discrete-Time_Chains#:~:text=A%20state%20in%20a%20discrete,limiting%20behavior%20of%20the%20chain.).
965
+
This is formally called [periodicity](https://www.randomservices.org/random/markov/Periodicity.html).
We find rows transition matrix converge to the stationary distribution
1326
+
We find rows transition matrix converge to the stationary distribution
1327
1327
1328
1328
```{code-cell} ipython3
1329
1329
mc = qe.MarkovChain(P_B)
@@ -1360,7 +1360,7 @@ We can see that the time spent at each state quickly converges to the stationary
1360
1360
```
1361
1361
1362
1362
1363
-
```{exercise}
1363
+
```{exercise}
1364
1364
:label: mc_ex2
1365
1365
1366
1366
According to the discussion {ref}`above <mc_eg1-2>`, if a worker's employment dynamics obey the stochastic matrix
@@ -1443,7 +1443,7 @@ plt.show()
1443
1443
```{solution-end}
1444
1444
```
1445
1445
1446
-
```{exercise}
1446
+
```{exercise}
1447
1447
:label: mc_ex3
1448
1448
1449
1449
In `quantecon` library, irreducibility is tested by checking whether the chain forms a [strongly connected component](https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.components.is_strongly_connected.html).
0 commit comments