GHK algorithm

The GHK algorithm (Geweke, Hajivassiliou and Keane)[1] is an importance sampling method for simulating choice probabilities in the multivariate probit model. These simulated probabilities can be used to recover parameter estimates from the maximized likelihood equation using any one of the usual well known maximization methods (Newton's method, BFGS, etc.). Train[2] has well documented steps for implementing this algorithm for a multinomial probit model. What follows here will apply to the binary multivariate probit model.

Consider the case where one is attempting to evaluate the choice probability of where and where we can take as choices and as individuals or observations, is the mean and is the covariance matrix of the model. The probability of observing choice is

Where and,

Unless is small (less than or equal to 2) there is no closed form solution for the integrals defined above (some work has been done with [3]). The alternative to evaluating these integrals closed form or by quadrature methods is to use simulation. GHK is a simulation method to simulate the probability above using importance sampling methods.

Evaluating is simplified by recognizing that the latent data model can be rewritten using a Cholesky factorization, . This gives where the terms are distributed .

Using this factorization and the fact that the are distributed independently one can simulate draws from a truncated multivariate normal distribution using draws from a univariate random normal.

For example, if the region of truncation has lower and upper limits equal to (including a,b = ) then the task becomes

Note: , substituting:

Rearranging above,

Now all one needs to do is iteratively draw from the truncated univariate normal distribution with the given bounds above. This can be done by the inverse CDF method and noting the truncated normal distribution is given by,

Where will be a number between 0 and 1 because the above is a CDF. This suggests to generate random draws from the truncated distribution one has to solve for giving,

where and and is the standard normal CDF. With such draws one can reconstruct the by its simplified equation using the Cholesky factorization. These draws will be conditional on the draws coming before and using properties of normals the product of the conditional PDFs will be the joint distribution of the ,

Where is the multivariate normal distribution.

Because conditional on is restricted to the set by the setup using the Cholesky factorization then we know that is a truncated multivariate normal. The distribution function of a truncated normal is,

Therefore, has distribution,

where is the standard normal pdf for choice .

Because the above standardization makes each term mean 0 variance 1.

Let the denominator and the numerator where is the multivariate normal PDF.

Going back to the original goal, to evaluate the

Using importance sampling we can evaluate this integral,

This is well approximated by .

References

  1. ^ Hajivassiliou, Vassilis (1994). "CLASSICAL ESTIMATION METHODS FOR LDV MODELS USING SIMULATION" (PDF). Handbook of Econometrics. doi:10.1016/S1573-4412(05)80009-1.
  2. ^ Train, Kenneth (2003). Discrete Choice Methods With Simulation. Cambridge University Press.
  3. ^ Greene, William (2003). Econometric Analysis. Prentice Hall.

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.