Multivariate probit model

From HandWiki

In statistics and econometrics, the multivariate probit model is a generalization of the probit model used to estimate several correlated binary outcomes jointly. For example, if it is believed that the decisions of sending at least one child to public school and that of voting in favor of a school budget are correlated (both decisions are binary), then the multivariate probit model would be appropriate for jointly predicting these two choices on an individual-specific basis. J.R. Ashford and R.R. Sowden initially proposed an approach for multivariate probit analysis.[1] Siddhartha Chib and Edward Greenberg extended this idea and also proposed simulation-based inference methods for the multivariate probit model which simplified and generalized parameter estimation.[2]

Example: bivariate probit

In the ordinary probit model, there is only one binary dependent variable [math]\displaystyle{ Y }[/math] and so only one latent variable [math]\displaystyle{ Y^* }[/math] is used. In contrast, in the bivariate probit model there are two binary dependent variables [math]\displaystyle{ Y_1 }[/math] and [math]\displaystyle{ Y_2 }[/math], so there are two latent variables: [math]\displaystyle{ Y^*_1 }[/math] and [math]\displaystyle{ Y^*_2 }[/math]. It is assumed that each observed variable takes on the value 1 if and only if its underlying continuous latent variable takes on a positive value:

[math]\displaystyle{ Y_1 = \begin{cases} 1 & \text{if }Y^*_1\gt 0, \\ 0 & \text{otherwise}, \end{cases} }[/math]
[math]\displaystyle{ Y_2 = \begin{cases} 1 & \text{if }Y^*_2\gt 0, \\ 0 & \text{otherwise}, \end{cases} }[/math]

with

[math]\displaystyle{ \begin{cases} Y_1^* = X_1\beta_1+\varepsilon_1 \\ Y_2^* = X_2\beta_2+\varepsilon_2 \end{cases} }[/math]

and

[math]\displaystyle{ \begin{bmatrix} \varepsilon_1\\ \varepsilon_2 \end{bmatrix} \mid X \sim \mathcal{N} \left( \begin{bmatrix} 0\\ 0 \end{bmatrix}, \begin{bmatrix} 1&\rho\\ \rho&1 \end{bmatrix} \right) }[/math]

Fitting the bivariate probit model involves estimating the values of [math]\displaystyle{ \beta_1,\ \beta_2, }[/math] and [math]\displaystyle{ \rho }[/math]. To do so, the likelihood of the model has to be maximized. This likelihood is

[math]\displaystyle{ \begin{align} L(\beta_1,\beta_2) =\Big( \prod & P(Y_1=1,Y_2=1\mid\beta_1,\beta_2)^{Y_1Y_2} P(Y_1=0,Y_2=1\mid\beta_1,\beta_2)^{(1-Y_1)Y_2} \\[8pt] & {}\qquad P(Y_1=1,Y_2=0\mid\beta_1,\beta_2)^{Y_1(1-Y_2)} P(Y_1=0,Y_2=0\mid\beta_1,\beta_2)^{(1-Y_1)(1-Y_2)} \Big) \end{align} }[/math]

Substituting the latent variables [math]\displaystyle{ Y_1^* }[/math] and [math]\displaystyle{ Y_2^* }[/math] in the probability functions and taking logs gives

[math]\displaystyle{ \begin{align} \sum & \Big( Y_1Y_2 \ln P(\varepsilon_1\gt -X_1\beta_1,\varepsilon_2\gt -X_2\beta_2) \\[4pt] & {}\quad{}+(1-Y_1)Y_2\ln P(\varepsilon_1\lt -X_1\beta_1,\varepsilon_2\gt -X_2\beta_2) \\[4pt] & {}\quad{}+Y_1(1-Y_2)\ln P(\varepsilon_1\gt -X_1\beta_1,\varepsilon_2\lt -X_2\beta_2) \\[4pt] & {}\quad{}+(1-Y_1)(1-Y_2)\ln P(\varepsilon_1\lt -X_1\beta_1,\varepsilon_2\lt -X_2\beta_2) \Big). \end{align} }[/math]

After some rewriting, the log-likelihood function becomes:

[math]\displaystyle{ \begin{align} \sum & \Big ( Y_1Y_2\ln \Phi(X_1\beta_1,X_2\beta_2,\rho) \\[4pt] & {}\quad{} + (1-Y_1)Y_2\ln \Phi(-X_1\beta_1,X_2\beta_2,-\rho) \\[4pt] & {}\quad{} + Y_1(1-Y_2)\ln \Phi(X_1\beta_1,-X_2\beta_2,-\rho) \\[4pt] & {}\quad{} +(1-Y_1)(1-Y_2)\ln \Phi(-X_1\beta_1,-X_2\beta_2,\rho) \Big). \end{align} }[/math]

Note that [math]\displaystyle{ \Phi }[/math] is the cumulative distribution function of the bivariate normal distribution. [math]\displaystyle{ Y_1 }[/math] and [math]\displaystyle{ Y_2 }[/math] in the log-likelihood function are observed variables being equal to one or zero.

Multivariate Probit

For the general case, [math]\displaystyle{ \mathbf{y_i} = (y_1, ..., y_j), \ (i = 1,...,N) }[/math] where we can take [math]\displaystyle{ j }[/math] as choices and [math]\displaystyle{ i }[/math] as individuals or observations, the probability of observing choice [math]\displaystyle{ \mathbf{y_i} }[/math] is

[math]\displaystyle{ \begin{align} \Pr(\mathbf{y_i}|\mathbf{X_i\beta}, \Sigma) = & \int_{A_J}\cdots\int_{A_1}f_N(\mathbf{y}^*_i|\mathbf{X_i\beta}, \Sigma) dy^*_1\dots dy^*_J \\ \Pr(\mathbf{y_i}|\mathbf{X_i\beta}, \Sigma) = & \int \mathbb{1}_{y^* \in A} f_N(\mathbf{y}^*_i|\mathbf{X_i\beta}, \Sigma) d\mathbf{y}^*_i \end{align} }[/math]

Where [math]\displaystyle{ A = A_1 \times \cdots \times A_J }[/math] and,

[math]\displaystyle{ A_j = \begin{cases} (-\infty,0] & y_j = 0 \\ (0, \infty) & y_j = 1 \end{cases} }[/math]

The log-likelihood function in this case would be [math]\displaystyle{ \sum_{i=1}^N \log\Pr(\mathbf{y_i}|\mathbf{X_i\beta}, \Sigma) }[/math]

Except for [math]\displaystyle{ J\leq2 }[/math] typically there is no closed form solution to the integrals in the log-likelihood equation. Instead simulation methods can be used to simulated the choice probabilities. Methods using importance sampling include the GHK algorithm (Geweke, Hajivassilou, McFadden and Keane),[3] AR (accept-reject), Stern's method. There are also MCMC approaches to this problem including CRB (Chib's method with Rao-Blackwellization), CRT (Chib, Ritter, Tanner), ARK (accept-reject kernel), and ASK (adaptive sampling kernel).[4] A variational approach scaling to large datasets is proposed in Probit-LMM (Mandt, Wenzel, Nakajima et al.).[5]

References

  1. Ashford, J.R.; Sowden, R.R. (September 1970). "Multivariate Probit Analysis". Biometrics 26 (3): 535–546. doi:10.2307/2529107. PMID 5480663. https://www.jstor.org/stable/2529107. 
  2. Chib, Siddhartha; Greenberg, Edward (June 1998). "Analysis of multivariate probit models". Biometrika 85 (2): 347–361. doi:10.1093/biomet/85.2.347. https://academic.oup.com/biomet/article-abstract/85/2/347/298820. 
  3. Hajivassiliou, Vassilis (1994). "Chapter 40 Classical estimation methods for LDV models using simulation". Handbook of Econometrics 4: 2383–2441. doi:10.1016/S1573-4412(05)80009-1. ISBN 9780444887665. 
  4. Jeliazkov, Ivan (2010). "MCMC perspectives on simulated likelihood estimation". Advances in Econometrics 26: 3–39. doi:10.1108/S0731-9053(2010)0000026005. ISBN 978-0-85724-149-8. 
  5. Mandt, Stephan; Wenzel, Florian; Nakajima, Shinichi; John, Cunningham; Lippert, Christoph; Kloft, Marius (2017). "Sparse probit linear mixed model". Machine Learning 106 (9–10): 1–22. doi:10.1007/s10994-017-5652-6. https://link.springer.com/content/pdf/10.1007%2Fs10994-017-5652-6.pdf. 

Further reading

  • Greene, William H., Econometric Analysis, seventh edition, Prentice-Hall, 2012.