Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.54 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.54 KB

Course information Empirical Industrial Organization 2021 at Cergy Paris Université

Take-Home Exam

Take-Home Exam

Lecture 1

Slides Lecture 1

Lecture 2

Slides Lecture 2

Notebook on Kernel Density Estimation

Solution to Kernel Density Estimation Exercise

Lecture 3

Lecture Notes

Slides Lecture 3

Tutorial for Python package used

Please install pyblp, a Python package that estimates the Berry-Levinsohn-Pakes model. Please run these command lines in an Anaconda Prompt:

conda update numpy scipy sympy patsy
pip install pyblp

See here for more details.

Please download the following notebooks, read them carefully, and execute the code:

Exercise

Notebook with BLP Exercise

Lecture 4

Slides Lecture 4

Notebook on Maximization and Equation Solving

Solution to Maximization and Equation Solving Exercise