For which $N \in \mathbb{N}$ is there a probability distribution such that $\frac{1}{\sum_i X_i} (X_1, \cdots, X_{N+1})$ is uniformly distributed over the $N$-simplex? (Where $X_1, \cdots, X_{N+1}$ are accordingly distributed iid random variables.)
Asked
Active
Viewed 5,476 times
17
-
Related. – Wok Apr 30 '13 at 11:49
-
This is used a lot in "compositional data analysis" so you can search for books about that. See also http://stats.stackexchange.com/questions/33685/what-are-some-distributions-over-the-probability-simplex – kjetil b halvorsen Jan 02 '17 at 16:02
1 Answers
16
Take a look at the Wikipedia article on the Dirichlet distribution. In particular the Dirichlet distribution with $\alpha_i = 1$ for all $i$ is the uniform distribution on the simplex. Furthermore, the Dirichlet distribution can be generated by taking $X_1, \ldots, X_n$ to be independent gamma random variables with the right choice of paramters, and then $Y_i = X_i/(X_1 + \cdots + X_n)$. In the particular case you're asking about, you can take the $X_i$ to all be exponential random variables with the same mean.
Michael Lugo
- 24,422
-
1
-
Funny! I was already thinking about using the Gamma distribution because of its "infinite divisibility" – charles.y.zheng Apr 12 '11 at 22:32