Skip to content

Commit affdf4c

Browse files
authored
Merge pull request #69 from QuantEcon/fix_toc
Fix TOC inconsistency between Chinese and English version
2 parents 316c7f7 + f22cdff commit affdf4c

21 files changed

+9584
-2976
lines changed

lectures/_config.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,40 @@ sphinx:
9191
launch_buttons:
9292
colab_url : https://colab.research.google.com
9393
intersphinx_mapping:
94+
intersphinx_mapping:
95+
intermediate:
96+
- https://python.quantecon.org/
97+
- null
98+
pyprog:
99+
- https://python-programming.quantecon.org/
100+
- null
94101
intro:
95102
- "https://quantecon.github.io/lecture-intro.zh-cn/"
96103
- null
104+
dle:
105+
- https://quantecon.github.io/lecture-dle/
106+
- null
107+
dps:
108+
- https://quantecon.github.io/lecture-dps/
109+
- null
110+
eqm:
111+
- https://quantecon.github.io/lecture-eqm/
112+
- null
113+
stats:
114+
- https://quantecon.github.io/lecture-stats/
115+
- null
116+
tools:
117+
- https://quantecon.github.io/lecture-tools-techniques/
118+
- null
119+
dynam:
120+
- https://quantecon.github.io/lecture-dynamics/
121+
- null
122+
advanced:
123+
- "https://python-advanced.quantecon.org"
124+
- null
125+
jax:
126+
- "https://jax.quantecon.org/"
127+
- null
97128
mathjax3_config:
98129
tex:
99130
macros:

lectures/_static/quant-econ.bib

Lines changed: 88 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,85 @@
33
Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/
44
###
55
6+
@article{blume2018case,
7+
title={A case for incomplete markets},
8+
author={Blume, Lawrence E and Cogley, Timothy and Easley, David A and Sargent, Thomas J and Tsyrennikov, Viktor},
9+
journal={Journal of Economic Theory},
10+
volume={178},
11+
pages={191--221},
12+
year={2018},
13+
publisher={Elsevier}
14+
}
15+
16+
@article{shannon1948mathematical,
17+
title={A mathematical theory of communication},
18+
author={Shannon, Claude E},
19+
journal={The Bell system technical journal},
20+
volume={27},
21+
number={3},
22+
pages={379--423},
23+
year={1948},
24+
publisher={Nokia Bell Labs}
25+
}
26+
27+
@article{kullback1951information,
28+
title={On Information and Sufficiency},
29+
author={Kullback, Solomon and Leibler, Richard A},
30+
journal={The Annals of Mathematical Statistics},
31+
volume={22},
32+
number={1},
33+
pages={79--86},
34+
year={1951},
35+
publisher={JSTOR}
36+
}
37+
38+
@book{kullback1997information,
39+
title={Information theory and statistics},
40+
author={Kullback, Solomon},
41+
year={1997},
42+
publisher={Courier Corporation}
43+
}
44+
45+
@book{friedman1953essays,
46+
title={Essays in positive economics},
47+
author={Friedman, Milton},
48+
year={1953},
49+
publisher={University of Chicago press}
50+
}
51+
52+
@article{alchian1950uncertainty,
53+
title={Uncertainty, evolution, and economic theory},
54+
author={Alchian, Armen A},
55+
journal={Journal of political economy},
56+
volume={58},
57+
number={3},
58+
pages={211--221},
59+
year={1950},
60+
publisher={The University of Chicago Press}
61+
}
62+
63+
64+
@article{blume2006if,
65+
title={If you're so smart, why aren't you rich? Belief selection in complete and incomplete markets},
66+
author={Blume, Lawrence and Easley, David},
67+
journal={Econometrica},
68+
volume={74},
69+
number={4},
70+
pages={929--966},
71+
year={2006},
72+
publisher={Wiley Online Library}
73+
}
74+
75+
@article{mendoza1998international,
76+
title={The international ramifications of tax reforms: supply-side economics in a global economy},
77+
author={Mendoza, Enrique G and Tesar, Linda L},
78+
journal={American Economic Review},
79+
pages={226--245},
80+
year={1998},
81+
publisher={JSTOR}
82+
}
83+
84+
685
@book{intriligator2002mathematical,
786
title={Mathematical optimization and economic theory},
887
author={Intriligator, Michael D},
@@ -1112,7 +1191,7 @@ @book{Kreps88
11121191
address = {Boulder, Colorado}
11131192
}
11141193

1115-
@book{Bertekas75,
1194+
@book{Bertsekas75,
11161195
author = {Dmitri Bertsekas},
11171196
title = {Dynamic Programming and Stochastic Control},
11181197
year = {1975},
@@ -2558,4 +2637,11 @@ @article{hall1971dynamic
25582637
pages={229--244},
25592638
year={1971},
25602639
publisher={Wiley-Blackwell}
2561-
}
2640+
}
2641+
2642+
@article{fischer2024improving,
2643+
title={Improving the (approximate) sequential probability ratio test by avoiding overshoot},
2644+
author={Fischer, Lasse and Ramdas, Aaditya},
2645+
journal={arXiv preprint arXiv:2410.16076},
2646+
year={2024}
2647+
}

lectures/_toc.yml

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format: jb-book
22
root: intro
33
parts:
4-
- caption: 工具与技术
4+
- caption: 基础工具
55
numbered: true
66
chapters:
77
- file: sir_model
@@ -15,6 +15,7 @@ parts:
1515
numbered: true
1616
chapters:
1717
- file: prob_matrix
18+
- file: stats_examples
1819
- file: lln_clt
1920
- file: prob_meaning
2021
- file: multi_hyper
@@ -23,6 +24,26 @@ parts:
2324
- file: back_prop
2425
- file: rand_resp
2526
- file: util_rand_resp
27+
- caption: 贝叶斯定律
28+
numbered: true
29+
chapters:
30+
- file: bayes_nonconj
31+
- file: ar1_bayes
32+
- file: ar1_turningpts
33+
- caption: 统计与信息论
34+
numbered: true
35+
chapters:
36+
- file: divergence_measures
37+
- file: likelihood_ratio_process
38+
- file: likelihood_ratio_process_2
39+
- file: likelihood_var
40+
- file: imp_sample
41+
- file: wald_friedman
42+
- file: wald_friedman_2
43+
- file: exchangeable
44+
- file: likelihood_bayes
45+
- file: mix_model
46+
- file: navy_captain
2647
- caption: 线性规划
2748
numbered: true
2849
chapters:
@@ -49,12 +70,14 @@ parts:
4970
- file: career
5071
- file: jv
5172
- file: mccall_q
73+
- file: odu
5274
- caption: 消费、储蓄与资本
5375
numbered: true
5476
chapters:
5577
- file: cass_koopmans_1
5678
- file: cass_koopmans_2
5779
- file: cass_fiscal
80+
- file: cass_fiscal_2
5881
- file: ak2
5982
- file: cake_eating_problem
6083
- file: cake_eating_numerical
@@ -64,23 +87,6 @@ parts:
6487
- file: egm_policy_iter
6588
- file: ifp
6689
- file: ifp_advanced
67-
- caption: 贝叶斯定律
68-
numbered: true
69-
chapters:
70-
- file: bayes_nonconj
71-
- file: ar1_bayes
72-
- file: ar1_turningpts
73-
- caption: 信息论
74-
numbered: true
75-
chapters:
76-
- file: odu
77-
- file: likelihood_ratio_process
78-
- file: imp_sample
79-
- file: wald_friedman
80-
- file: exchangeable
81-
- file: likelihood_bayes
82-
- file: mix_model
83-
- file: navy_captain
8490
- caption: LQ控制
8591
numbered: true
8692
chapters:
@@ -99,6 +105,7 @@ parts:
99105
- file: markov_perf
100106
- file: uncertainty_traps
101107
- file: aiyagari
108+
- file: ak_aiyagari
102109
- caption: 资产定价与金融
103110
numbered: true
104111
chapters:

0 commit comments

Comments
 (0)