Skip to content

Commit 7672db0

Browse files
Tom's Oct 6 bringing in 5 new lectures
1 parent 5f292ef commit 7672db0

File tree

9 files changed

+3223
-0
lines changed

9 files changed

+3223
-0
lines changed

.DS_Store

8 KB
Binary file not shown.

lectures/.DS_Store

12 KB
Binary file not shown.

lectures/_static/quant-econ.bib

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,45 @@
33
Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/
44
###
55
6+
@book{DoSSo,
7+
title = {Linear Programming and Economic Analysis: Revised Edition},
8+
author = {Robert Dorfman and Paul A. Samuelson and Robert M. Solow},
9+
publisher = {McGraw Hill},
10+
address = {New York},
11+
year = {1958},
12+
}
13+
14+
@book{Galichon_2016,
15+
author= {Alfred Galichon},
16+
year = {2016},
17+
title = {Optimal Transport Methods in Economics},
18+
publisher = {Princeton University Press},
19+
address = {Princeton, New Jersey}}
20+
21+
@book{DMD_book,
22+
title = {Dynamic mode decomposition: data-driven modeling of complex systems},
23+
author = {J. N. Kutz and S. L. Brunton and B. W, Brunton and J. L. Proctor},
24+
year = {2016},
25+
publisher = {SIAM},
26+
}
27+
28+
29+
@book{bertsimas_tsitsiklis1997,
30+
author={Bertsimas, D. & Tsitsiklis, J. N.},
31+
title={{Introduction to linear optimization}},
32+
publisher={Athena Scientific},
33+
year={1997}
34+
}
35+
36+
@book{hu_guo2018,
37+
author={Hu, Y. & Guo, Y.},
38+
title={{Operations research}},
39+
publisher={Tsinghua University Press},
40+
edition = {5th},
41+
year={2018}
42+
}
43+
44+
645
@article{definetti,
746
Author = {Bruno de Finetti},
847
Date-Added = {2014-12-26 17:45:57 +0000},

lectures/_toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ parts:
88
- file: multi_hyper
99
- file: sir_model
1010
- file: linear_algebra
11+
- file: qr_decomp
12+
- file: svd_intro
1113
- file: complex_and_trig
1214
- file: lln_clt
15+
- file: prob_meaning
1316
- file: heavy_tails
1417
- file: multivariate_normal
1518
- file: time_series_with_matrices
19+
- caption: Linear Programming
20+
numbered: true
21+
chapters:
22+
- file: lp_intro
23+
- file: opt_transport
1624
- caption: Introduction to Dynamics
1725
numbered: true
1826
chapters:

0 commit comments

Comments
 (0)