Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions content/06-inequality/inequality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -573,26 +573,15 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"```{figure} Gini.png\n",
"```{image} Gini.png\n",
"---\n",
"width: 500px\n",
"name: gini-coefficient\n",
"alt: \"The Gini coefficient\"\n",
"---\n",
"The Gini coefficient\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {
"tags": [
"remove_cell"
]
},
"source": [
"![](Gini.png)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion content/11-econometrics/reading-econ-papers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"\n",
"Let's consider an existing empirical study conducted by David Card {cite}`11reading-econ-papers`, a Nobel Prize winning professor at UC Berkeley, that regresses income on education:\n",
"\n",
"![](https://i.imgur.com/FPLII4s.png)\n",
"![Table 1: Estimated education coefficients from standard human capital earnings function fit to hourly wages, annual earnings, and various measures of hours for men and women in March 1994-1996 Current Population Survey](https://i.imgur.com/FPLII4s.png)\n",
"\n",
"Every column here is from a different regression: the first column predicts the log hourly earnings from years of education, the fifth column predicts the log annual earnings from years of education, and so on. For now, let's focus on the first column, which states the linear regression as follows: \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion content/11-econometrics/statsmodels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"\n",
"Recall also our discussion of uncertainty in $\\hat{\\beta}$. `statsmodels` provides us with our calculated standard error in the `std err` column, and we see that the standard error of $\\hat{\\beta}$ is 0.001, matching our empirical estimate via bootstrapping from the last section. We can also see the 95% confidence interval that we calculated in the two rightmost columns.\n",
"\n",
"![](statsmodels-coeffs.png)"
"![Identification of statsmodels coefficients](statsmodels-coeffs.png)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion content/12-environmental/MAC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![](tax.png)"
"![Pigouvian tax image](tax.png)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion content/12-environmental/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Environmental Economics

![](windmills.png)
![Five windmills on a green hill with a cloudy blue sky in the background.](windmills.png)

In a broad sense, the field of Environmental Economics aims to relate and apply economic concepts to the environment.

Expand Down
1 change: 1 addition & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ project:
site:
options:
logo: content/images/econ-models.png
logo_text: "Data 88E: Economic Models Textbook"
favicon: content/images/favicon.ico
folders: true
hide_authors: true
Expand Down
Loading