Econometrics, Quantitative Economics, Data Science

Archive for the ‘Uncategorized’ Category

cargese-2026

Empirical models of matching markets

Research retreat and mini-workshop held at the IASC Cargese, Corsica, France, April 26-May 2, 2026

Organizer: Alfred Galichon (New York University and Sciences Po)

Funded by the European Research Council grant ERC-CoG No. 866274 “EQUIPRICE”.

This event combines a research retreat and a mini-workshop devoted to structural models of matching, with particular emphasis on marriage markets and labor markets. The goal is to bring together researchers from econometrics, microeconomic theory, and computation in order to exchange ideas and develop a broader framework for the analysis and estimation of matching models. The workshop will explore connections across transferable and nontransferable utility models, static and dynamic matching environments, and frictionless and search-based approaches. Particular attention will be paid to the links between marriage market models, labor market assignment and search models, and recent developments in discrete choice, optimal transport, and equilibrium network methods. The event seeks both to clarify the common structure underlying these approaches and to address the econometric and computational challenges involved in their implementation. Topics of interest include identification, equilibrium existence and uniqueness, comparative statics, heterogeneity and complementarities, and the empirical estimation of structural matching models. Applications include marriage and family formation, labor market sorting, and related environments in which allocation and matching are central. By combining collaborative work sessions with focused presentations, the retreat is designed to foster both ongoing collaboration and new research directions.

Investigators and speakers:

  • Edoardo Ciscato (KU Leuven)
  • Marion Gousse (ENSAI-CREST)
  • Enzo Di Pasquale (NYU)
  • Carlo Fiorio (University of Milan)
  • Alfred Galichon (NYU and Sciences Po)
  • Stefano Verzillo (European Commission JRC)
  • Claudia Senik (Sorbonne Université)
  • Maxime Sylvestre (University of Vienna)
  • Olivier Donni (CY Cergy Paris Université)

Talks are accessible to the public (on zoom) but registration is mandatory by emailing esha.modi@sciencespo.fr.

Sunday April 26, 2026

Afternoon
Arrival and welcome reception.

Monday April 27, 2026

Morning
welcome and orientation

Afternoon
230pm – 430pm: icebreaking session: one-to-one research exchanges.
430pm – 5pm: coffee break.
5pm – 6pm: Edoardo Ciscato, “TBA.”.

Tuesday April 28, 2026

Morning
930am – 1030am: breakout work session.
1030am – 11am: coffee break.
11am – 12pm: Enzo Di Pasquale, “TBA.”

Afternoon
130pm – 330pm: breakout work session.
330pm – 4pm: coffee break.
4pm – 5pm: Marion Goussé, “TBA.”
5pm – 6pm: breakout work session.

Wednesday April 29, 2026

Morning
930am – 1030am: breakout work session.
1030am – 11am: coffee break.
11am – 12pm: Claudia Senik, “TBA.”

Afternoon
130pm – 330pm: breakout work session.
330pm – 4pm: coffee break.
4pm – 5pm: Maxime Sylvestre, “TBA.”
5pm – 6pm: breakout work session.

Thursday April 30, 2026

Morning
930am – 1030am: breakout work session.
1030am – 11am: coffee break.
11am – 1200pm: Carlo Fiorio, “Assortative matching on income at the top.”

Afternoon
230pm – 330pm: breakout work session.
330pm – 4pm: coffee break.
4pm – 5pm: Stefano Verzillo, “Marriage and divorce.”
5pm – 6pm: breakout work session.

Friday May 1, 2026

Morning
930am – 1030am: breakout work session.
1030am – 11am: coffee break.
11am – 1200pm: Olivier Donni, “TBA.”

Afternoon
230pm – 330pm: breakout work session.
330pm – 4pm: coffee break.
4pm – 5pm: Alfred Galichon, “Empirical models of matching: perspectives and future challenges.”
5pm – 6pm: breakout work session.

Saturday May 2, 2026

Morning
Departure

Funded by the EU

code

Code

Alfred Galichon’s github profile.

Alfred Galichon’s dockerhub profile.

Code for the math+econ+code series.
These are the github repositories for the ‘math+econ+code’ masterclass series.

TRaME: Transportation Methods for Econometrics
The TraME website is here, and sources are available on GitHub here.

Vector Quantile Regression
R and Matlab implementation of “Vector Quantile Regression” (Carlier, Chernozhukov and Galichon, Annals of Statistics, 2016).

Programming examples for Optimal Transport Methods in Economics.
These R programs are the programming examples described in Optimal Transport Methods in Economics.

Applied microeconometrics, Fall 2025

Applied microeconometrics

PhD Course, NYU Economics

Fall 2025

Alfred Galichon

This course will revisit some classical topics in microeconometrics (such as random utility models, dynamic discrete choice, demand estimation, matching models, and bundle choice problems) though the lenses of advanced computational methods (large scale optimization and machine learning). An important part of the course is dedicated to gaining familiarity with computational libraries such as scikit-learn, pytorch, openAI gym, chatGPT, gurobi, and others.

Lectures are delivered under a mix of in-person and online format. The language used is Python. Students not familiar with Python should contact the instructor to be provided a crash course before the start of classes.

Part 1. Random utility models

Content:
Poisson regression and logistic regression as generalized Linear Models, Lasso and Elastic Net, Min-Max Regret. Computation using Scikit-learn and TensorFlow.

Lectures:

  • L1
  • L2
  • L3
  • L4

References:

  • An Introduction to Statistical Learning with applications in Python with by James, Witten, Hastie, Tibshirani and Taylor
  • The Elements of Statistical Learning by Hastie, Tibshirani, and Friedman.
  • Generalized Linear Models by McCullagh and Nelder.

Applications:

Part 2. Dynamic discrete choice models
Content:
Rust, Markov Decision Processes, Multi-armed bandits, Q-Learning. Computation using OpenAI Gym.

Lectures:

  • L5
  • L6
  • L7
  • L8

References:

  • Rust, J. (1987). Optimal Replacement of GMC Bus Engines: An Empirical Model of Harold Zurcher. Econometrica.
  • Dynamic Programming and Optimal Control by Dimitri P. Bertsekas.
  • Reinforcement Learning: An Introduction by Richard S. Sutton and Andrew G. Barto.

Applications:

Part 3. Characteristics models
Content:
Pure characteristics model, random coefficient logit model, Power diagrams, matching models. Berry, Levinsohn, Pakes. Simulation (Probit, GHK), stochastic GD. Computation using pyopt package, pyBLP, pyTorch.

Lectures:

  • L9
  • L10
  • L11
  • L12

References:

  • Deep Learning by Aaron Courville, Ian Goodfellow, and Yoshua Bengio.
  • Train, K. (2009). Discrete Choice Methods with Simulation.
  • Galichon, A. (2016). Optimal Transport Methods in Economics.

Applications:

* automotive pricing https://www.kaggle.com/code/rkamath1/exploratory-analysis-tests-regression/input

https://pyblp.readthedocs.io/en/stable/_notebooks/tutorial/blp.html

* marriage market: https://github.com/TraME-Project/TraME-Datasets/

book-dcm

Discrete Choice Models

Mathematical Methods, Econometrics, and Data Science

Princeton University Press (to appear Spring 2026)

This text provides an overview of discrete choice models with in-depth coverage of the random utility model framework, logistic regressions, generalized linear models and applications to the gravity equation, empirical models of matching, hedonic models. The theory of multivariate extreme value is reviewed with applications to the nested logit model and other generalizations. The characteristics approach is covered as well as BLP demand estimation, and dynamic discrete choice methods. Equilibrium in models with non-transferable utility are discussed. The book features exercises and problem sets, and it includes a rich mathematical appendix, as well as extensive Python code examples.

The table of content and the book’s preface is available here.

A slide deck will be posted soon.

Sign up here to be updated on news regarding the release of the book and accompanying material.

cargese-2025

Inference on the equilibrium flow problem

Research retreat and mini-workshop held at the IASC Cargese, Corsica, France, April 21-26, 2025

Organizers: Alfred Galichon (New York University and Sciences Po) and Antoine Jacquet (Sciences Po)

Funded by the European Research Council grant ERC-CoG No. 866274 “EQUIPRICE”.

This event combines a research retreat and a mini-workshop both seeking to cross perspectives in the construction of a general framework for estimation of the “equilibrium flow problem”. The “equilibrium flow problem,” extends minimum cost flow problems in order to provide a unified network-based framework to analyze problems such as matching problems, multinomial choice problems, hedonic pricing problems, shortest path problems, dynamic programming problems, international trade flows. The equilibrium flow problem is a far-reaching extension of Optimal Transport, and thus, this project can be seen as an extension of the increasingly popular topic of “Inverse Optimal Transport”.
We have been studying the mathematical properties of the problem, with questions such as existence of equilibrium prices, investigating possible uniqueness, and lattice structure, and special attention paid to the Nontransferable Utility (NTU) limit of the problem, which, in the bipartite case, provides the Gale and Shapley stable marriage problem. An inferential theory is build using maximum likelihood estimation and minimax-regret estimators. Model selection is incorporated to estimation procedures; more precisely, the proximal mapping operator will be inserted in between two iterative phases of these procedures. Several applications are developed, one to the gravity equation in international trade, one to hedonic models, one to matching models.

Investigators and speakers:

  • Jean-David Benamou (INRIA)
  • Guillaume Carlier (Dauphine)
  • Alfred Galichon (NYU and Sciences Po)
  • Pierre Jacob (ESSEC)
  • Antoine Jacquet (Sciences Po)
  • Jean-Bernard Lasserre (Toulouse School of Economics)
  • Guillaume Pouliot (University of Chicago)
  • Maxime Sylvestre (Dauphine)

Talks are accessible to the public (on zoom) but registration is mandatory by emailing antoine.jacquet@sciencespo.fr.

Sunday April 20, 2025

Afternoon
Arrival and welcome reception.

Monday April 21, 2025

Morning
11am – 1230pm: opening session, “leveling the playing field: what are the main results we are after?” (led by Antoine Jacquet)

Afternoon
230pm – 330pm: Antoine Jacquet, “Computation of NTU aggregate equilibria with a finite-time Newton-Jacobi method.”
330pm – 4pm: coffee break.
4pm – 6pm: group work session.

Tuesday April 22, 2025

Morning
930am – 1030am: Guillaume Carlier, “Characterizations of the convex order: old and new.”
1030am – 11am: coffee break.
11am – 1230pm: group work session.

Afternoon
130pm – 330pm: Maxime Sylvestre, “Convergence of a hybrid scheme for the computation of weak inverse optimal transport”.
330pm – 4pm: coffee break.
4pm – 6pm: group work session.

Wednesday April 23, 2025

Morning
930am – 1030am: Jean-Bernard Lasserr.e, “Gaussian mixtures closest to a given measure via optimal transport”.
1030am – 11am: coffee break.
11am – 1230pm: group work session.

Afternoon: 130-330pm: Guillaume Pouliot, “Distributionally Robust Optimal Transport”.
4pm – 6pm: group work session.

Thursday April 24, 2025

Morning
930am – 1030am: Jean-David Benamou, “Stochastic Optimal Transport : A Numerical  Entropic Regularisation Approach.”
1030am – 11am: coffee break.
11am – 1230pm: group work session.

Afternoon
130pm – 230pm: Pierre Jacob, “Optimal transport and related problems in the field of Monte Carlo methods.”
230pm – 330pm: Alfred Galichon, “Some partial results on the inference in ITU matching models using LCP theory.”

330pm – 4pm: coffee break.
4pm – 6pm: group work session.

Friday April 25, 2025

Morning
930am – 1030am: concluding session (led by Maxime Sylvestre): perspectives and open problems.
1030am – 11am: coffee break.
11am – 1230pm: group work session.

Afternoon
230pm – 6pm: group work session.

Saturday April 26, 2025

Morning
Departure

Funded by the EU

Applied microeconometrics, Spring 2025

Applied microeconometrics

PhD Course, NYU Economics

Spring 2025

Alfred Galichon

This course will revisit some classical topics in microeconometrics (such as random utility models, dynamic discrete choice, demand estimation, matching models, and bundle choice problems) though the lenses of advanced computational methods (large scale optimization and machine learning). An important part of the course is dedicated to gaining familiarity with computational libraries such as scikit-learn, pytorch, openAI gym, chatGPT, gurobi, and others.

Lectures are delivered under a mix of in-person and online format. The language used is Python. Students not familiar with Python should contact the instructor to be provided a crash course before the start of classes.

Part 1. Random utility models

Content:
Poisson regression and logistic regression as generalized Linear Models, Lasso and Elastic Net, Min-Max Regret. Computation using Scikit-learn and TensorFlow.

Lectures:

  • L1
  • L2
  • L3
  • L4

References:

  • An Introduction to Statistical Learning with applications in Python with by James, Witten, Hastie, Tibshirani and Taylor
  • The Elements of Statistical Learning by Hastie, Tibshirani, and Friedman.
  • Generalized Linear Models by McCullagh and Nelder.

Applications:

Part 2. Dynamic discrete choice models
Content:
Rust, Markov Decision Processes, Multi-armed bandits, Q-Learning. Computation using OpenAI Gym.

Lectures:

  • L5
  • L6
  • L7
  • L8

References:

  • Rust, J. (1987). Optimal Replacement of GMC Bus Engines: An Empirical Model of Harold Zurcher. Econometrica.
  • Dynamic Programming and Optimal Control by Dimitri P. Bertsekas.
  • Reinforcement Learning: An Introduction by Richard S. Sutton and Andrew G. Barto.

Applications:

Part 3. Characteristics models
Content:
Pure characteristics model, random coefficient logit model, Power diagrams, matching models. Berry, Levinsohn, Pakes. Simulation (Probit, GHK), stochastic GD. Computation using pyopt package, pyBLP, pyTorch.

Lectures:

  • L9
  • L10
  • L11
  • L12

References:

  • Deep Learning by Aaron Courville, Ian Goodfellow, and Yoshua Bengio.
  • Train, K. (2009). Discrete Choice Methods with Simulation.
  • Galichon, A. (2016). Optimal Transport Methods in Economics.

Applications:

* automotive pricing https://www.kaggle.com/code/rkamath1/exploratory-analysis-tests-regression/input

https://pyblp.readthedocs.io/en/stable/_notebooks/tutorial/blp.html

* marriage market: https://github.com/TraME-Project/TraME-Datasets/

Cemmap-masterclass-2024

Cemmap masterclass, June 3-4, 2024

These lectures will introduce the optimal transport (OT) toolbox, with two applications in econometrics. The first one will pertain to the estimation of matching models. We start by introducing the discrete OT problem and its entropic regularization, and inverse OT, as well as its estimation using generalized linear models. The second application will deal with quantile methods. The one-dimensional OT problem will be discussed as well as its connections with the notions of quantile and rank is then covered. Connection with quantile regression will be discussed and the ‘vector quantile regression’ problem will then be introduced.

Part I Introduction (3h)
S1. Monge-Kantorovich duality (1h30)

S2. Computational optimal transport (1h30)

https://www.math-econ-code.org/optimal-assignment

Part II OT and matching models (3h)
S3. Matching with Transferable Utility and random utility (1h30)

https://www.math-econ-code.org/regularized-optimal-transport

S4. Estimation of matching models (1h30)

https://www.math-econ-code.org/matching-estimation

Part III OT and quantiles (2h)
S5. 1D optimal transport and quantiles (1h)

https://www.math-econ-code.org/one-dimensional-assignment

S5. Connection with quantile regression (1h)

https://www.math-econ-code.org/quantile-regression

Applied microeconometrics, Spring 2024

Applied microeconometrics

PhD Course, NYU Economics

Spring 2024

Alfred Galichon

This course will revisit some classical topics in microeconometrics (such as random utility models, dynamic discrete choice, demand estimation, matching models, and bundle choice problems) though the lenses of machine learning and state-of-the-art optimization methods. An important part of the course is dedicated to gaining familiarity with computational libraries such as scikit-learn, pytorch, openAI gym, chatGPT, gurobi, and others.

Lectures are delivered under a mix of in-person and online format. The language used is Python. Students not familiar with Python should contact the instructor to be provided a crash course before the start of classes.

Part 1. Random utility models meet Machine learning

Content:
Poisson regression and logistic regression as generalized Linear Models, Lasso and Elastic Net, Min-Max Regret. Computation using Scikit-learn and TensorFlow.

Lectures:

  • L1: Tue 1/30, 1145am-145pm (19W4, 802 and zoom)
  • L2: Thu 2/1, 1pm-3pm (19W4, 802 and zoom)
  • L3: Tue 2/6, 1145am-145pm (zoom)
  • L4: Thu 2/15, 1pm-3pm (zoom)

References:

  • An Introduction to Statistical Learning with applications in Python with by James, Witten, Hastie, Tibshirani and Taylor
  • The Elements of Statistical Learning by Hastie, Tibshirani, and Friedman.
  • Generalized Linear Models by McCullagh and Nelder.

Applications:

Part 2. Dynamic discrete choice models meet Reinforcement Learning
Content:
Rust, Markov Decision Processes, Multi-armed bandits, Q-Learning. Computation using OpenAI Gym and Stable Baselines.

Lectures:

  • L5: Thu 2/29, 1pm-3pm (zoom)
  • L6: Thu 3/7, 1pm-3pm (zoom)
  • L7: Wed 3/13, 330pm-530pm (19W4, 802 and zoom)
  • L8: Thu Mar 3/14, 1pm-3pm (19W4, 802 and zoom)

References:

  • Rust, J. (1987). Optimal Replacement of GMC Bus Engines: An Empirical Model of Harold Zurcher. Econometrica.
  • Dynamic Programming and Optimal Control by Dimitri P. Bertsekas.
  • Reinforcement Learning: An Introduction by Richard S. Sutton and Andrew G. Barto.

Applications:

Part 3. Characteristics models meet Deep Learning and Optimal Transport
Content:
Pure characteristics model, random coefficient logit model, Power diagrams, matching models.
Simulation (Probit, GHK), stochastic GD. Computation using pyopt package, pyBLP, pyTorch.

Lectures:

  • L9: Tue 4/2, 1145am-145pm (zoom)
  • L10: Tue 4/9, 1145am-145pm (zoom)
  • L11: Tue 4/16, 1145am-145pm (19W4, 802 and zoom)
  • L12: Thu 4/18, 1pm-3pm (19W4, 802 and zoom)

References:

  • Deep Learning by Aaron Courville, Ian Goodfellow, and Yoshua Bengio.
  • Train, K. (2009). Discrete Choice Methods with Simulation.
  • Galichon, A. (2016). Optimal Transport Methods in Economics.

Applications:

* automotive pricing https://www.kaggle.com/code/rkamath1/exploratory-analysis-tests-regression/input

https://pyblp.readthedocs.io/en/stable/_notebooks/tutorial/blp.html

* marriage market: https://github.com/TraME-Project/TraME-Datasets/

Part 4. Recent advances on Bundle choice
Content:
Bundle choice, assortment problem, one-to-many matching, gross substitutes, greedy algorithm 

Lectures:

  • L13: Tue 4/23, 1145am-145pm (zoom)
  • L14: Thu 4/25, 1pm-3pm (zoom) 
  • L15: Thu 5/2, 1pm-3pm (zoom)

Application:

New Perspectives on Substitutes

New Perspectives on Substitutes

Paris, June 2-3, 2023

Organizers: Alfred Galichon (New York University and Sciences Po) and Larry Samuelson (Yale University)

Substitutability has found itself at the core of modern economic modeling for two reasons.  First, it arises naturally in classes of models such as one-to-one matching, discrete choice, hedonic models, and many others.  Second, it leads to successful numerical methods, such as the greedy algorithm in the discrete case, and the Jacobi algorithm related ones in the continuous case.  Leading experts in the field will gather to make a link between discrete and continuous models and to explore recent theoretical developments and economic applications.

Abstracts can be found here.

Papers can be found here.

Slides can be found here.

The workshop is accessible to the public but registration is mandatory by emailing ag133@nyu.edu.

Friday June 2, 2023

Location: Sciences Po (27 rue Saint Guillaume, room AS)

1230pm-130pm: luncheon buffet (room AS)

Session 1

130pm-215pm: Renato Paes Leme: “Gross Substitutes: Representation and Approximation”

215pm-300pm: Xin Chen / Menglong Li: “S-Convexity and Gross Substitutability”

300pm-330pm: break

Session 2

330pm-415pm: Alexander Teytelboym: TBA

415pm-500pm: Jonathan Weinstein: “Direct Complementarity”

5pm-530pm: break

Session 3

530pm-615pm: Lucas Vernet: “Monotone Comparative Statics for Equilibrium Problems”

615-700pm: Ravi Jagadeesan: “Understanding Demand Types and Discrete Convexity”

700pm-730pm: dinner (invitation only): Chez Francoise, Aérogare des Invalides, 75007 Paris
https://goo.gl/maps/9HEZ9nMkRmcJrWkA6

Saturday June 3, 2023

Location: NYU Paris (57 boulevard Saint-Germain, 75005 Paris)

Session 4

0915am-10am: Faruk Gul: “Efficient Allocation of Indivisible Goods in Pseudo Markets with Constraints”

1000am-1045am: Pawel Dziewulski: “It’s all about parallelograms: comparative statics in quasilinear settings”

1045am-1115am: break

Session 5

1115am-1200pm: Elizabeth Baldwin: “Implementing Walrasian Equilibrium: The Language of Product-Mix Auctions”

1200pm-1245pm: Maxime Sylvestre: “Monotone comparative statics for submodular functions, with an application to aggregated deferred acceptance”

1245pm-130pm: Wolfgang Pesendorfer: “Lindahl Equilibrium as a Collective Choice Rule”

130pm lunch (invitation only): Les Papilles, 30 rue Gay Lussac, 75005 Paris
https://goo.gl/maps/73TVUbfvkG4cieXp7

Toronto-2022

Lecture series

Two lectures on matching models for family economics

Invited lectures given at the University of Toronto, April 1 and April 8, 2022

Content

The first lecture will cover transferable utility (TU) matching models with logit heterogeneity following the seminal paper by Choo and Siow (JPE 2006), its extension and parametric estimation following Galichon and Salanié (Restud 2022).
The second lecture will discuss the interplay between models of matching and collective models as depicted in Browning and Chiappori’s (Cambridge, 2014) monograph, and how models of imperfectly transferable utility (ITU) and logit or more general heterogeneity are needed to address this new class of problems, as is done in Galichon, Kominers and Weber (JPE, 2019).

Schedule

April 1 and April 8, 10am-12pm Eastern time, online.

Course material

The lecture slides are available from the following github repository.

References

These lectures are based on:
[GS] Galichon and Salanie (2022). Cupids invisible hands: Social Surplus and Identification in Matching Models. Review of Economic Studies.
[GKW] Galichon, Kominers and Weber (2019). Costly Concessions: An Empirical Framework for Matching with Imperfectly Transferable Utility (2019). Journal of Political Economy.
[MEC-OPTIM] Galichon (2022). `math+econ+code’ masterclass on optimal transport and economic applications. https://www.math-econ-code.org/mec-optim
[MEC-EQUIL] Galichon (2022). `math+econ+code’ masterclass on equilibrium transport and matching models in economics. https://www.math-econ-code.org/mec-equil

Outline

Lecture 1: Matching models with transferable utility:
Matching models as an optimization problem / regularized optimal transport / generalized linear models
Lecture 2: Matching models with imperfectly transferable / nontransferable utility:
Matching models as an equilibrium problem with substitutes