log_dirichlet_pdf {multinomialLogitMix} | R Documentation |
Log-density function of the Dirichlet distribution
log_dirichlet_pdf(alpha, weights)
alpha |
Parameter vector |
weights |
Vector of weights. |
Log-density of the D(\alpha_1,\ldots,\alpha_k)
evaluated at w_1,\ldots,w_k
.
Panagiotis Papastamoulis