Skip to content

explores different types of auctions, including outcry and sealed bid, as well as best bidding strategy based on the 1st and 2nd price auction

Notifications You must be signed in to change notification settings

aprilyichenwang/auction_projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auction_projects

this project explores different types of auctions, including outcry and sealed bid, best strategy based on the 1st and 2nd price auction

AuctionSim.py

  1. plot the bidding function of 2nd price and 1st price auction
  2. compute expected revenue given various underlying distributions of other bidders' values
  3. calculate the best reserve price for a 2nd price auction

For more info, please see "auctions-simulations_analysis.pdf"

Auction_SB_OO.py

  1. Learn about auctions to build a competitive bid function that at- tempts to maximize your revenue

• build a bidding function, and then simulate a number of di↵erent situations. • Price format: 1st price auction & 2nd price auction • Auction format: “SB” for sealed bid
“OO” for open-outcry. • Bid history: The bid history is an ordered list of dictionaries.

About

explores different types of auctions, including outcry and sealed bid, as well as best bidding strategy based on the 1st and 2nd price auction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages