Skip to content

Commit b8c7ee7

Browse files
committed
Merge branch 'main' of https://github.com/QuantEcon/lecture-python-intro into split-markov
2 parents 2f867fc + 0fc7ee9 commit b8c7ee7

16 files changed

+1038
-1579
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book==0.15.1
10+
- docutils==0.17.1
1011
- quantecon-book-theme==0.4.1
1112
- sphinx-tojupyter==0.3.0
1213
- sphinxext-rediraffe==0.2.7

lectures/_toc.yml

Lines changed: 44 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,46 +5,72 @@ parts:
55
numbered: true
66
chapters:
77
- file: about
8-
- file: long_run_growth
9-
- file: business_cycle
10-
- file: inequality
118
- caption: Supply and Demand
129
numbered: true
1310
chapters:
1411
- file: intro_supply_demand
1512
- file: supply_demand_multiple_goods
1613
- file: supply_demand_heterogeneity
1714
- file: input_output
18-
- caption: Tools & Techniques
15+
- caption: Data and Measurement
16+
numbered: true
17+
chapters:
18+
- file: long_run_growth
19+
- file: business_cycle
20+
- file: inflation_unemployment
21+
- file: inequality
22+
- file: distributions
23+
- caption: Useful Tools
1924
numbered: true
2025
chapters:
2126
- file: geom_series
22-
- file: short_path
23-
- file: scalar_dynam
2427
- file: linear_equations
25-
- file: eigen
26-
- file: lp_intro
28+
- file: eigen_I
29+
- caption: Simulation
30+
numbered: true
31+
chapters:
2732
- file: lln_clt
2833
- file: monte_carlo
34+
- file: schelling
35+
- caption: Dynamics
36+
numbered: true
37+
chapters:
38+
- file: solow
39+
- file: scalar_dynam
40+
- file: cobweb
41+
- file: olg
2942
- file: markov_chains_I
3043
- file: markov_chains_II
31-
- file: networks
32-
- caption: Estimation
44+
- caption: Modeling in Higher Dimensions
3345
numbered: true
3446
chapters:
35-
- file: simple_linear_regression
3647
- file: eigen_II
37-
- caption: Models
48+
- file: lake_model
49+
- file: asset_pricing
50+
- file: networks
51+
- file: samuelson
52+
- caption: Optimization
3853
numbered: true
3954
chapters:
40-
- file: schelling
41-
- file: solow
42-
- file: cobweb
43-
- file: lake_model
44-
- file: olg
55+
- file: lp_intro
56+
- file: comparative_adv
57+
- file: nonlinear
58+
- file: short_path
59+
- caption: Markets and Competitive Equilibrium
60+
numbered: true
61+
chapters:
62+
- file: markets_welfare
63+
- file: risk
64+
- file: uncertainty
65+
- caption: Estimation
66+
numbered: true
67+
chapters:
68+
- file: simple_linear_regression
69+
- file: lr_with_matrices
70+
- file: mle
4571
- caption: Other
4672
numbered: true
4773
chapters:
4874
- file: troubleshooting
4975
- file: zreferences
50-
- file: status
76+
- file: status

lectures/asset_pricing.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Introduction to Asset Pricing
13+
14+
To be completed.

lectures/comparative_adv.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Comparative Advantage
13+
14+
To be completed.

lectures/distributions.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Distributions in Economics
13+
14+
To be completed.

lectures/inflation_unemployment.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Inflation and Unemployment
13+
14+
To be completed.

lectures/lr_with_matrices.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Linear Regression with Matrices
13+
14+
To be completed.

lectures/markets_welfare.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Markets and Welfare
13+
14+
To be completed.

lectures/mle.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
kernelspec:
7+
display_name: Python 3
8+
language: python
9+
name: python3
10+
---
11+
12+
# Maximum Likelihood Estimation
13+
14+
To be completed.

0 commit comments

Comments
 (0)