Skip to content

Commit f0f0fc1

Browse files
authored
Merge pull request #141 from QuantEcon/split-markov
[markov_chains and eigen] Split Markov Chain and Eigenvalues and Eigenvalues and Eigenvectors Lectures
2 parents 0fc7ee9 + 34ceda7 commit f0f0fc1

File tree

6 files changed

+1642
-757
lines changed

6 files changed

+1642
-757
lines changed

lectures/_static/quant-econ.bib

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,3 +2561,67 @@ @article{hog_cycle
25612561
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.},
25622562
year = {1960}
25632563
}
2564+
2565+
@book{jackson2010social,
2566+
title={Social and economic networks},
2567+
author={Jackson, Matthew O},
2568+
year={2010},
2569+
publisher={Princeton university press}
2570+
}
2571+
2572+
@book{easley2010networks,
2573+
title={Networks, crowds, and markets},
2574+
author={Easley, David and Kleinberg, Jon and others},
2575+
volume={8},
2576+
year={2010},
2577+
publisher={Cambridge university press Cambridge}
2578+
}
2579+
2580+
@book{borgatti2018analyzing,
2581+
title={Analyzing social networks},
2582+
author={Borgatti, Stephen P and Everett, Martin G and Johnson, Jeffrey C},
2583+
year={2018},
2584+
publisher={Sage}
2585+
}
2586+
2587+
@article{sargent2022economic,
2588+
title={Economic Networks: Theory and Computation},
2589+
author={Sargent, Thomas J and Stachurski, John},
2590+
journal={arXiv preprint arXiv:2203.11972},
2591+
year={2022}
2592+
}
2593+
2594+
@book{goyal2023networks,
2595+
title={Networks: An economics approach},
2596+
author={Goyal, Sanjeev},
2597+
year={2023},
2598+
publisher={MIT Press}
2599+
}
2600+
2601+
@book{newman2018networks,
2602+
title={Networks},
2603+
author={Newman, Mark},
2604+
year={2018},
2605+
publisher={Oxford university press}
2606+
}
2607+
2608+
@book{menczer2020first,
2609+
title={A first course in network science},
2610+
author={Menczer, Filippo and Fortunato, Santo and Davis, Clayton A},
2611+
year={2020},
2612+
publisher={Cambridge University Press}
2613+
}
2614+
2615+
@article{coscia2021atlas,
2616+
title={The atlas for the aspiring network scientist},
2617+
author={Coscia, Michele},
2618+
journal={arXiv preprint arXiv:2101.00863},
2619+
year={2021}
2620+
}
2621+
2622+
@article{imampolitical,
2623+
title={Political Institutions and Output Collapses},
2624+
author={Imam, Patrick and Temple, Jonathan RW},
2625+
year={2023},
2626+
journal={IMF Working Paper}
2627+
}

lectures/_toc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ parts:
2525
chapters:
2626
- file: geom_series
2727
- file: linear_equations
28+
- file: eigen_I
2829
- caption: Simulation
2930
numbered: true
3031
chapters:
@@ -38,11 +39,12 @@ parts:
3839
- file: scalar_dynam
3940
- file: cobweb
4041
- file: olg
41-
- file: markov_chains
42+
- file: markov_chains_I
43+
- file: markov_chains_II
4244
- caption: Modeling in Higher Dimensions
4345
numbered: true
4446
chapters:
45-
- file: eigen
47+
- file: eigen_II
4648
- file: lake_model
4749
- file: asset_pricing
4850
- file: networks
@@ -71,4 +73,4 @@ parts:
7173
chapters:
7274
- file: troubleshooting
7375
- file: zreferences
74-
- file: status
76+
- file: status

0 commit comments

Comments
 (0)