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
Copy file name to clipboardExpand all lines: lectures/_config.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
title: Introductory Computational Economics and Finance
1
+
title: An Introduction to Quantitative Economics and Finance
2
2
author: Thomas J. Sargent & John Stachurski
3
3
logo: _static/qe-logo.png
4
-
description: This website presents an undergraduate set of lectures computational economics, designed and written by Thomas J. Sargent and John Stachurski.
4
+
description: This website presents introductory lectures on computational economics, designed and written by Thomas J. Sargent and John Stachurski.
5
5
6
6
parse:
7
7
myst_enable_extensions: # default extensions to enable in the myst parser. See https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html
Copy file name to clipboardExpand all lines: lectures/long_run_growth.md
+49-20Lines changed: 49 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ kernelspec:
9
9
name: python3
10
10
---
11
11
12
-
# Introduction to Economics
12
+
# Long Run Growth
13
13
14
14
```{index} single: Introduction to Economics
15
15
```
@@ -18,10 +18,33 @@ kernelspec:
18
18
:depth: 2
19
19
```
20
20
21
-
## World Bank Data - GDP Per Capita (Current US$)
21
+
## Overview
22
22
23
+
This lecture is about how different economies grow over the long run.
23
24
24
-
GDP per capita is gross domestic product divided by midyear population. GDP is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars.
25
+
As we will see, some countries have had very different growth experiences
0 commit comments