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.)
Uniform distribution on a simplex via i.i.d. random variables
13
$\begingroup$
probability-theory
random-variables
independence
-
0This 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 – 2017-01-02
1 Answers
13
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.
-
0Funny! I was already thinking about using the Gamma distribution because of its "infinite divisibility" – 2011-04-12