Revert "Some minor style/reference changes"
This commit is contained in:
parent
1f209d7da2
commit
8f7bf1bf06
@ -452,7 +452,6 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"There are four parts to this output:\n",
|
"There are four parts to this output:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"<div style='margin-left:2em'>",
|
|
||||||
"**The printout:** For the starting population and for every 20,000 transactions along the way, we \n",
|
"**The printout:** For the starting population and for every 20,000 transactions along the way, we \n",
|
||||||
"print the Gini coefficient and standard deviation of the population, and the wealths at five percentile points in the population: the 1%, 10%, 50% (median), 90% and 99% marks.\n",
|
"print the Gini coefficient and standard deviation of the population, and the wealths at five percentile points in the population: the 1%, 10%, 50% (median), 90% and 99% marks.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -462,12 +461,11 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"**The ordered curves:** Here the initial (blue) and final (green) populations are sorted, and the curves show wealth versus ordinal number. The poorest actor (ordinal number 0) has wealth 0 in both the initial and final populations. The 2000th poorest actor (a bit below the median; at the 40th percentile) has wealth of almost 100 in the initial population, but only about 50 in the final population.\n",
|
"**The ordered curves:** Here the initial (blue) and final (green) populations are sorted, and the curves show wealth versus ordinal number. The poorest actor (ordinal number 0) has wealth 0 in both the initial and final populations. The 2000th poorest actor (a bit below the median; at the 40th percentile) has wealth of almost 100 in the initial population, but only about 50 in the final population.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"</div>",
|
"The results show that income inequality is increasing over time. How can you tell? Because the Gini coefficient is increasing over time, the standard deviation is increasing, and the 1% and 10% marks are decreasing (the blue and olive lines are moving left as time increases) while the 90% and 99% marks are increasing (the aqua and purple lines are moving right as time increases).\n",
|
||||||
"The results show that income inequality is increasing over time. How can you tell? Because the Gini coefficient is increasing over time, the standard deviation is increasing, and in the Percentile Plots, the 1% and 10% marks are decreasing (the green and orange lines are moving left as time increases) while the 90% and 99% marks are increasing (the aqua and purple lines are moving right as time increases).\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Would the population continue to change if we let the simulation run longer? It looks like only the 1% line is changing, the other lines remain pretty much in one place from about T=15,000 to T=200,000. This suggests that running the simulation longer would not have too much effect."
|
"Would the population continue to change if we let the simulation run longer? It looks like only the 1% line is changing, the other lines remain pretty much in one place from about T=15,000 to T=25,000. This suggests that running the simulation longer would not have too much effect."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user