Suppose we have n independent beta random variables $p_1 \sim beta(\alpha_1, \beta_1), p_2 \sim beta(\alpha_2, \beta_2)...$, the parameters are all known. I want to calculate the probability that $p_i$ is greater than all the others. \begin{align} {\rm Pr}(p_i \geq max(p_1, p_2,...,p_n)) &= \int_0^1\int_0^{p_i}...\int_0^{p_i}f_{p_1}f_{p_2}...f_{p_n}dp_1dp_2...dp_ndp_i\\ &=\int_0^1I_{p_i}(\alpha_1, \beta_1)I_{p_i}(\alpha_2, \beta_2)...I_{p_i}(\alpha_n, \beta_n)f_{p_i}dp_i \end{align} This is what I got so far. Is there any closed-form solution for this question? If not, is there an efficient way to solve the integral? It can be assumed that the $\alpha, \beta$ parameters are very large if necessary, but it would be great if it can be solved without this assumption. Thank you.
If the integral can not be efficiently solved, can there be any approximation?
note: parameters $\alpha, \beta$ are different for different random variables.
In the simple case where the $\alpha_i$'s and $\beta_i$'s are the same across $p_1, \ldots, p_n$, each $p_i$ has equal probability of being the maximum. Thus, $P(p_i \textrm{ is the max}) = \frac{1}{n}$, $\forall i$. Otherwise, I don't think you can solve the probability explicitly.