Definition
A discrete choice model describes a decision-maker's selection from a finite set of mutually exclusive alternatives {1,…,J}. The random utility model (McFadden 1974) specifies utility Uij=Vij+εij for alternative j, where Vij is the systematic component (function of observed attributes and individual characteristics) and εij is an unobserved idiosyncratic shock. The decision-maker chooses j∗=argmaxjUij.
Key Ideas
- Logit model: if εij∼iid Type-I Extreme Value, Pr(j∗=j)=exp(Vij)/∑kexp(Vik) (McFadden 1973). Computationally tractable but exhibits the Independence of Irrelevant Alternatives (IIA) property.
- Probit model: if (εi1,…,εiJ)∼N(0,Σ), the choice probability is a multivariate normal integral; IIA is avoided when Σ has off-diagonal elements. See Multinomial Probit.
- Mixed logit / random-coefficient logit: allows parameters β to vary randomly across individuals from a mixing distribution p(β∣τ); nests logit and is IIA-free. Estimation by simulation (Geweke-Hajivassiliou-Keane (GHK) simulator) or Hierarchical Bayes (HB).
- IIA problem: in standard logit, the ratio of probabilities for any two alternatives depends only on those two alternatives, not on the rest of the choice set. This generates counter-intuitive predictions when alternatives are close substitutes.
How It Works
Estimation typically proceeds by maximum likelihood (probit/logit) or Markov Chain Monte Carlo (MCMC) for hierarchical Bayes specifications. Individual-specific parameters are recovered from the posterior p(βi∣yi,τ) via Gibbs sampling.
Why It Matters
Discrete choice models are the workhorse of applied microeconomics and marketing, enabling estimation of willingness to pay, elasticities, and counterfactual market shares from observed choices.
Related