Skip to content

Commit 7be425a

Browse files
Tom's Feb 8 edits of two lectures
1 parent 644d6c8 commit 7be425a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

lectures/hoist_failure.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ We'll use the following concepts and tools:
3232
* fault tree analysis for approximating a failure rate of a multi-component system
3333
* a hierarchical probability model for describing uncertain probabilities
3434
* Fourier transforms and inverse Fourier tranforms as efficient ways of computing convolutions of sequences
35+
36+
For more about Fourier transforms see this quantecon lecture [Circulant Matrices](https://python.quantecon.org/eig_circulant.html)
37+
as well as these lecture [Covariance Stationary Processes](https://python-advanced.quantecon.org/arma.html) and [Estimation of Spectra](https://python-advanced.quantecon.org/estspec.html).
38+
39+
40+
3541

3642
El-Shanawany, Ardron, and Walker {cite}`Ardron_2018` and Greenfield and Sargent {cite}`Greenfield_Sargent_1993` used some of the methods described here to approximate probabilities of failures of safety systems in nuclear facilities.
3743

lectures/two_auctions.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,22 @@ kernelspec:
1313

1414
# First-Price and Second-Price Auctions
1515

16-
In this lecture we'll learn about and simulate two classic auctions:
16+
This lecture is designed to set the stage for a subsequent lecture about [Multiple Good Allocation Mechanisms](https://python.quantecon.org/house_auction.html)
17+
18+
In that lecture, a planner or auctioneer simultaneously allocates several goods to set of people.
19+
20+
In the present lecture, a single good is allocated to one person within a set of people.
21+
22+
23+
Here we'll learn about and simulate two classic auctions :
1724

1825
* a First-Price Sealed-Bid Auction (FPSB)
1926
* a Second-Price Sealed-Bid Auction (SPSB) created by William Vickery {cite}`Vickrey_61`
2027

28+
We'll also learn about and apply a
29+
30+
* Revenue Equivalent Theorem
31+
2132

2233
We recommend watching this video about second price auctions by Anders Munk-Nielsen:
2334

0 commit comments

Comments
 (0)