Skip to content

Commit c5420e4

Browse files
committed
Merge branch 'split-markov' of https://github.com/QuantEcon/lecture-python-intro into split-eigen
2 parents 65d5b2c + 9f533e4 commit c5420e4

File tree

8 files changed

+961
-547
lines changed

8 files changed

+961
-547
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
auto-update-conda: true
1616
auto-activate-base: true
1717
miniconda-version: 'latest'
18-
python-version: 3.9
18+
python-version: "3.10"
1919
environment-file: environment.yml
2020
activate-environment: quantecon
2121
# - name: Install latex dependencies

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
auto-update-conda: true
1313
auto-activate-base: true
1414
miniconda-version: 'latest'
15-
python-version: 3.9
15+
python-version: "3.10"
1616
environment-file: environment.yml
1717
activate-environment: quantecon
1818
- name: Graphics Support

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
auto-update-conda: true
1717
auto-activate-base: true
1818
miniconda-version: 'latest'
19-
python-version: 3.9
19+
python-version: "3.10"
2020
environment-file: environment.yml
2121
activate-environment: quantecon
2222
# - name: Install latex dependencies

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: quantecon
22
channels:
33
- default
44
dependencies:
5-
- python=3.9
6-
- anaconda=2022.10
5+
- python=3.10
6+
- anaconda=2023.03
77
- pip
88
- pip:
99
- jupyter-book==0.15.1

lectures/_static/quant-econ.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,3 +2561,11 @@ @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+
2566+
@article{imampolitical,
2567+
title={Political Institutions and Output Collapses},
2568+
author={Imam, Patrick and Temple, Jonathan RW},
2569+
year={2023},
2570+
journal={IMF Working Paper}
2571+
}

lectures/_toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ parts:
2626
- file: lp_intro
2727
- file: lln_clt
2828
- file: monte_carlo
29-
- file: markov_chains
29+
- file: markov_chains_I
30+
- file: markov_chains_II
3031
- caption: Estimation
3132
numbered: true
3233
chapters:

0 commit comments

Comments
 (0)