I am trying to compute predicted probabilities from a multinomial probit model. Researching the internet has given me two ways how this can be done.
The first one is basically just applying the probit link for every group independently, as seen here. This probably requires some normalizing of the predicted group probabilities.
However, I also found this slide set where it says on slide 5 that the probabilities in a multinomial probit framework have to be simulated by numerical integration as there is no closed form solution available.
I appreciate any clarification on which solution is correct in which setting.