Suppose you have $n$ forecasts for an event which can have discrete outcomes, for example $X$, $Y$ and $Z$. Let forecast $i$ give the probabilty of each event occuring as $x_i$, $y_i$ and $z_i$ ($x_i+y_i+z_i=1$). What methods can be used to combine the individual forecasts into a 'joint' forecast in this situation? I.e. how can I get sensible probabilties $x=f(x_1,y_1,z_1,x_2,...)$, $y=g(x_1,y_1,z_1,x_2,...)$ and $z=h(x_1,y_1,z_1,x_2,...)$? ($x+y+z=1$)
If I were dealing with point forecasts for an event with real valued outcomes, I might have used an equal weighted sum of individual forecasts. With discrete outcomes, the situation is not so clear.