rdirichlet | R Documentation |
Produces random deviates for the Dirichlet distribution, the multivariate analogue of the beta distribution.
rdirichlet(n, alpha)
n |
Number of random deviates to generate. |
alpha |
Vector of shape parameters. |
The Dirichlet distribution is a multivariate distribution that describes
distributions of frequencies. If a multinomial sample n_1, \ldots n_N
is taken from a population, the estimated distribution of
frequencies is Dirichlet(n_1+1, \ldots n_2+N
). If \{g_i\}
is
a set of Gamma deviates with shape parameters \{\alpha_i\}
, then
\{g_i\}/sum(\{g_i\})
is a Dirichlet deviate.
A matrix of random deviates
(each in a distinct row) from rdirichlet
Ben Bolker
rdirichlet(5,c(7,4,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.