Skip to content

Commit fd271c0

Browse files
Tom's Feb 1 edits of 5 new lectures plus bib file
1 parent 085dce0 commit fd271c0

File tree

7 files changed

+4071
-0
lines changed

7 files changed

+4071
-0
lines changed

lectures/_static/quant-econ.bib

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,101 @@
33
Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/
44
###
55
6+
7+
8+
9+
@article{apostolakis1990,
10+
title={The concept of probability in safety assessments of technological systems},
11+
author={Apostolakis, George},
12+
journal={Science},
13+
volume={250},
14+
number={4986},
15+
pages={1359--1364},
16+
year={1990},
17+
publisher={American Association for the Advancement of Science}
18+
}
19+
20+
21+
@unpublished{Greenfield_Sargent_1993,
22+
author = {Moses A Greenfield and Thomas J Sargent},
23+
title = {A Probabilistic Analysis of a Catastrophic Transuranic Waste Hoise Accident at the WIPP},
24+
year = {1993},
25+
month = {June},
26+
note = {Environmental Evaluation Group, Albuquerque, New Mexico},
27+
url = {http://www.tomsargent.com/research/EEG-53.pdf}
28+
}
29+
30+
@article{Ardron_2018,
31+
title = {Lognormal approximations of fault tree uncertainty distributions},
32+
author = {El-Shanawany, Ashraf Ben and Ardron, Keith H and Walker, Simon P},
33+
journal = {Risk Analysis},
34+
volume = {38},
35+
number = {8},
36+
pages = {1576--1584},
37+
year = {2018}
38+
}
39+
40+
41+
42+
@article{Groves_73,
43+
author = {Groves, T.},
44+
year = {1973},
45+
title = {Incentives in teams},
46+
journal = {Econometrica},
47+
volume = {41},
48+
pages = {617–631}}
49+
50+
@article{Clarke_71,
51+
author = {Clarke, E.},
52+
year = { 1971},
53+
title = {Multipart pricing of public goods},
54+
journal = {Public Choice},
55+
volume = {8},
56+
pages = {19–33}}
57+
58+
@article{Vickrey_61,
59+
author = {Vickrey, W.},
60+
year = {1961},
61+
title = {Counterspeculation, auctions, and competitive sealed tenders},
62+
journal = {Journal of Finance},
63+
volume = {16},
64+
pages = {8–37}}
65+
66+
67+
68+
69+
@Article{Phelan_Townsend_91,
70+
author={Christopher Phelan and Robert M. Townsend},
71+
title={{Computing Multi-Period, Information-Constrained Optima}},
72+
journal={Review of Economic Studies},
73+
year=1991,
74+
volume={58},
75+
number={5},
76+
pages={853-881},
77+
month={},
78+
keywords={},
79+
doi={},
80+
abstract={This paper presents a detailed theoretical derivation and justification for methods used to compute solutions to a multi-period (including infinite-period), continuum-agent, unobservedeffort economy. Actual solutions are displayed illustrating cross-sectional variability in consumption and labour effort in the population at a point in time and variability for a typical individual over time. The optimal tradeoff between insurance and incentives is explored and the issue of excess variability is addressed by consideration of the analogue full-information economy and various restricted-contracting regimes.},
81+
url={https://ideas.repec.org/a/oup/restud/v58y1991i5p853-881..html}
82+
}
83+
84+
85+
@Article{Spear_Srivastava_87,
86+
author={Stephen E. Spear and Sanjay Srivastava},
87+
title={{On Repeated Moral Hazard with Discounting}},
88+
journal={Review of Economic Studies},
89+
year=1987,
90+
volume={54},
91+
number={4},
92+
pages={599-617},
93+
month={},
94+
keywords={},
95+
doi={},
96+
abstract={In this paper, we analyze optimal contracts in an infinitely repeated agency model in which both the principal and agent discount the future. We show that there is a stationary representation of the optimal contract when the agent's conditional discounted expected utility is used as a state variable. This representation reduces the multi-period problem to a static variational problem which can be analyzed using standard variational techniques. This reduction is used to obtain several properties of the contract.},
97+
url={https://ideas.repec.org/a/oup/restud/v54y1987i4p599-617..html}
98+
}
99+
100+
6101
@article{tu_Rowley,
7102
title={On dynamic mode decomposition: Theory and applications},
8103
author={Tu, J. H. and Rowley, C. W. and Luchtenburg, D. M. and Brunton, S. L. and Kutz, J. N.},

lectures/_toc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ parts:
1111
- file: qr_decomp
1212
- file: svd_intro
1313
- file: complex_and_trig
14+
- file: eig_circulant
1415
- file: lln_clt
1516
- file: prob_meaning
1617
- file: heavy_tails
1718
- file: multivariate_normal
19+
- file: hoist_failure
1820
- file: time_series_with_matrices
21+
- file: back_prop
1922
- caption: Linear Programming
2023
numbered: true
2124
chapters:
@@ -98,6 +101,11 @@ parts:
98101
- file: pandas_panel
99102
- file: ols
100103
- file: mle
104+
- caption: Auctions
105+
numbered: true
106+
chapters:
107+
- file: two_auctions
108+
- file: house_auction
101109
- caption: Other
102110
numbered: true
103111
chapters:

0 commit comments

Comments
 (0)