Tag Archives: Probability

Sampling from the simplex

How do we sample uniformly at random from the unit dimensional simplex? It turns out there is an easy way to do it: generate i.i.d. uniform variables in [0,1] and let denote the k-th smallest among them. Then,   is a desired sample from the unit simplex . It is straight-forward to prove now the […]