Maximum score estimator

From HandWiki

In statistics and econometrics, the maximum score estimator is a nonparametric estimator for discrete choice models developed by Charles Manski in 1975. Unlike the multinomial probit and multinomial logit estimators, it makes no assumptions about the distribution of the unobservable part of utility. However, its statistical properties (particularly its asymptotic distribution) are more complicated than the multinomial probit and logit models, making statistical inference difficult. To address these issues, Joel Horowitz proposed a variant, called the smoothed maximum score estimator.

Setting

When modelling discrete choice problems, it is assumed that the choice is determined by the comparison of the underlying latent utility.[1] Denote the population of the agents as T and the common choice set for each agent as C. For agent [math]\displaystyle{ t \in T }[/math] , denote her choice as [math]\displaystyle{ y_{t,i} }[/math] , which is equal to 1 if choice i is chosen and 0 otherwise. Assume latent utility is linear in the explanatory variables, and there is an additive response error. Then for an agent [math]\displaystyle{ t \in T }[/math] ,

[math]\displaystyle{ y_{t,i} = 1 \leftrightarrow x_{t,i}\beta + \epsilon_{t,i} \gt x_{t,j}\beta + \epsilon_{t,j} , \forall j \neq i }[/math] and [math]\displaystyle{ j \in C }[/math]

where [math]\displaystyle{ x_{t,i} }[/math] and [math]\displaystyle{ x_{t,j} }[/math] are the q-dimensional observable covariates about the agent and the choice, and [math]\displaystyle{ \epsilon_{t,i} }[/math] and [math]\displaystyle{ \epsilon_{t,j} }[/math] are the factors entering the agent's decision that are not observed by the econometrician. The construction of the observable covariates is very general. For instance, if C is a set of different brands of coffee, then [math]\displaystyle{ x_{t,i} }[/math] includes the characteristics both of the agent t, such as age, gender, income and ethnicity, and of the coffee i, such as price, taste and whether it is local or imported. All of the error terms are assumed i.i.d. and we need to estimate [math]\displaystyle{ \beta }[/math] which characterizes the effect of different factors on the agent's choice.

Parametric estimators

Usually some specific distribution assumption on the error term is imposed, such that the parameter [math]\displaystyle{ \beta }[/math] is estimated parametrically. For instance, if the distribution of error term is assumed to be normal, then the model is just a multinomial probit model;[2] if it is assumed to be a Gumbel distribution, then the model becomes a multinomial logit model. The parametric model[3] is convenient for computation but might not be consistent once the distribution of the error term is misspecified.[4]

Binary response

For example, suppose that C only contains two items. This is the latent utility representation[5] of a binary choice model. In this model, the choice is: [math]\displaystyle{ Y_{t}=1[X_{1,t}\beta+\varepsilon_1\gt X_{2,t}\beta+\varepsilon_2] }[/math], where [math]\displaystyle{ X_{1,t},X_{2,t} }[/math] are two vectors of the explanatory covariates, [math]\displaystyle{ \varepsilon_1 }[/math] and [math]\displaystyle{ \varepsilon_2 }[/math] are i.i.d. response errors,

[math]\displaystyle{ X_{1,t}\beta+\varepsilon_1 \text{ and } X_{2,t}\beta+\varepsilon_2 }[/math]

are latent utility of choosing choice 1 and 2. Then the log likelihood function can be given as:

[math]\displaystyle{ Q=\sum_{i-1}^N Y_t \log(P[X_{1,t}\beta-X_{2,t}\beta\gt \varepsilon_2-\varepsilon_1])+(1-Y_t) \log(1-P[X_{1,t}\beta-X_{2,t}\beta\gt \varepsilon_2-\varepsilon_1]) }[/math]

If some distributional assumption about the response error is imposed, then the log likelihood function will have a closed-form representation.[2] For instance, if the response error is assumed to be distributed as: [math]\displaystyle{ N(0,\sigma^2) }[/math], then the likelihood function can be rewritten as:

[math]\displaystyle{ Q=\sum_{i-1}^N Y_t \log\left(\Phi\left[\frac{X_{1,t}\beta-X_{2,t} \beta}{\surd2\sigma} \right]\right) + (1-Y_t) \log \left(\Phi \left[ \frac{X_{2,t}\beta-X_{1,t}\beta}{\surd2\sigma} \right] \right) }[/math]

where [math]\displaystyle{ \Phi }[/math] is the cumulative distribution function (CDF) for the standard normal distribution. Here, even if [math]\displaystyle{ \Phi }[/math] doesn't have a closed-form representation, its derivative does. This is the probit model.

This model is based on a distributional assumption about the response error term. Adding a specific distribution assumption into the model can make the model computationally tractable due to the existence of the closed-form representation. But if the distribution of the error term is misspecified, the estimates based on the distribution assumption will be inconsistent.

The basic idea of the distribution-free model is to replace the two probability term in the log-likelihood function with other weights. The general form of the log-likelihood function can written as:

[math]\displaystyle{ Q= \sum_{i-1}^N Y_t \cdot\log(W_1(X_{1,t}\beta,X_{2,t}\beta))+(1-Y_t)\log(W_0 (X_{1,t} \beta, X_{2,t} \beta)) }[/math]

Maximum score estimator

To make the estimator more robust to the distributional assumption, Manski (1975) proposed a non-parametric model to estimate the parameters. In this model, denote the number of the elements of the choice set as J, the total number of the agents as N, and [math]\displaystyle{ W (J -1) \gt W (J - 2) \gt \dots \gt W (1) \gt W (0) }[/math] is a sequence of real numbers. The Maximum Score Estimator [6] is defined as:

[math]\displaystyle{ \hat{b}={\operatorname{arg\max}}_b \frac{1}{N} \sum_{t=1}^N \sum_{i=1}^J y_{t,i} W (\sum\nolimits_{j \in C, j \neq i} 1 [x_{t,i}b \gt x_{t,j}b]) }[/math]

Here, [math]\displaystyle{ \textstyle \sum\nolimits_{j \in C, j \neq i} 1 (x_{t,i}b \gt x_{t,j}b) }[/math] is the ranking of the certainty part of the underlying utility of choosing i. The intuition in this model is that when the ranking is higher, more weight will be assigned to the choice.

Under certain conditions, the maximum score estimator can be weak consistent, but its asymptotic properties are very complicated.[7] This issue mainly comes from the non-smoothness of the objective function.

Binary example

In the binary context, the maximum score estimator can be represented as:

[math]\displaystyle{ W_1(X_{1,t}\beta,X_{2,t}\beta)=w_1 1[X_{1,t}\beta-X_{2,t}\beta\gt 0]+w_0 1[X_{1,t}\beta-X_{2,t}\beta\lt 0], }[/math]

where

[math]\displaystyle{ W_0(X_{1,t}\beta,X_{2,t}\beta)=1-W_1(X_{1,t}\beta,X_{2,t}\beta) }[/math]

and [math]\displaystyle{ w_1 }[/math] and [math]\displaystyle{ w_0 }[/math] are two constants in (0,1). The intuition of this weighting scheme is that the probability of the choice depends on the relative order of the certainty part of the utility.

Smoothed maximum score estimator

Horowitz (1992) proposed a smoothed maximum score (SMS) estimator which has much better asymptotic properties.[8] The basic idea is to replace the non-smoothed weight function [math]\displaystyle{ \textstyle W (\sum\nolimits_{j \in C, j \neq i} 1 (x_{t,i}b \gt x_{t,j}b)) }[/math] with a smoothed one. Define a smooth kernel function K satisfying following conditions:

  1. [math]\displaystyle{ |K(\cdot)| }[/math] is bounded over the real numbers
  2. [math]\displaystyle{ \lim_{u\to -\infty} K (u) = 0 }[/math] and [math]\displaystyle{ \lim_{u\to +\infty} K (u) =1 }[/math]
  3. [math]\displaystyle{ \dot {K} (u) = \dot {K} (-u) }[/math]

Here, the kernel function is analogous to a CDF whose PDF is symmetric around 0. Then, the SMS estimator is defined as:

[math]\displaystyle{ \hat {b}_{SMS} = {\operatorname{arg\max}}_b \frac {1}{N} \sum_{t=1}^N \sum_{i=1}^J y_{t,i} \sum\nolimits_{j \in C, j \neq i} K ( X_ {t,i}b - x_{t,j} b / h_N) }[/math]

where [math]\displaystyle{ (h_N, N = 1,2, ...) }[/math] is a sequence of strictly positive numbers and [math]\displaystyle{ \lim_{N\to +\infty} h_N = 0 }[/math] . Here, the intuition is the same as in the construction of the traditional maximum score estimator: the agent is more likely to choose the choice that has the higher observed part of latent utility. Under certain conditions, the smoothed maximum score estimator is consistent, and more importantly, it has an asymptotic normal distribution. Therefore, all the usual statistical testing and inference based on asymptotic normality can be implemented.[9]

References

  1. For more example, refer to: Smith, Michael D. and Brynjolfsson, Erik, Consumer Decision-Making at an Internet Shopbot (October 2001). MIT Sloan School of Management Working Paper No. 4206-01.
  2. 2.0 2.1 Wooldridge, J. (2002). Econometric Analysis of Cross Section and Panel Data. Cambridge, Mass: MIT Press. pp. 457–460. ISBN 978-0-262-23219-7. https://archive.org/details/econometricanaly0000wool. 
  3. For a concrete example, refer to: Tetsuo Yai, Seiji Iwakura, Shigeru Morichi, Multinomial probit with structured covariance for route choice behavior, Transportation Research Part B: Methodological, Volume 31, Issue 3, June 1997, Pages 195-207, ISSN 0191-2615
  4. Jin Yan (2012), "A Smoothed Maximum Score Estimator for Multinomial Discrete Choice Models", Working Paper.
  5. Walker, Joan; Ben-Akiva, Moshe (2002). "Generalized random utility model". Mathematical Social Sciences 43 (3): 303–343. doi:10.1016/S0165-4896(02)00023-9. 
  6. Manski, Charles F. (1975). "Maximum Score Estimation of the Stochastic Utility Model of Choice". Journal of Econometrics 3 (3): 205–228. doi:10.1016/0304-4076(75)90032-9. 
  7. Kim, Jeankyung; Pollard, David (1990). "Cube Root Asymptotics". Annals of Statistics 18 (1): 191–219. doi:10.1214/aos/1176347498. 
  8. Horowitz, Joel L. (1992). "A Smoothed Maximum Score Estimator for the Binary Response Model". Econometrica 60 (3): 505–531. doi:10.2307/2951582. 
  9. For a survey study, refer to: Jin Yan (2012), "A Smoothed Maximum Score Estimator for Multinomial Discrete Choice Models", Working Paper.

Further reading