x: A vector containing a single deviate or a matrix containing one random deviate per row.
alpha: A vector of shape parameters, or a matrix of shape parameters by rows. Recycling (by row) is permitted.
n: Number of random vectors to generate. If length(n) >
1, the length is taken to be the number required.
Details
The Dirichlet distribution is the multidimensional generalization of the beta distribution. The original code was adapted to provide a kind of "vectorization" used in multivariates mcnode .
Returns
ddirichlet gives the density. rdirichlet returns a matrix with n rows, each containing a single Dirichlet random deviate.
Author(s)
Code is adapted from MCMCpack . It originates from Greg's Miscellaneous Functions (gregmisc).