Functions related to mixture Dirichlet distribution
dmdirichlet(x, mAlpha, mixtureCoef)
ddirichlet (x, alpha)
rdirichlet (n, alpha)
rmdirichlet (mAlpha, mixtureCoef)
modifyDirichlet (prior, y)
logIntegrateMixDirichlet(y, prior, tau=1)
logIntegrateDirichlet (y, alpha)
A vector containing a single deviate or matrix containing one random deviate per row.
matrix. Each row is a parameter of Dirichlet
numeric vector. Parameter for a Dirichlet distribution
numeric vector
integer
list of two components: alpha and mix.coef
numeric vector of counts
numeric
ddirichlet andn rdirichlet are identically copied from MCMCpack