powered by
Random number generation for the Dirichlet distribution with parameter vector alpha.
rdirichlet(n, alpha)
number of observations
vector of parameters defining Dirichlet distribution
@importFrom stats rgamma @return A vector random values sampled from a dirichlet distribution @export