The Dirichlet distribution is a continuous multivariate probability distribution over the probability simplex — vectors of non-negative entries that sum to one. It is the multivariate generalisation of the Beta Distribution and the conjugate prior for the multinomial distribution.
A random vector \(\mathbf{X} = (X_1, \ldots, X_K)\) follows a Dirichlet distribution with concentration parameters \(\boldsymbol{\alpha} = (\alpha_1, \ldots, \alpha_K)\), each \(\alpha_i > 0\), if it is supported on the simplex \(\{\mathbf{x} : x_i \geq 0,
\ \sum_i x_i = 1\}\) and
Interpretation: Writing \(\alpha_0 = \sum_i \alpha_i\), larger \(\alpha_0\) concentrates mass near the mean of the simplex, while values below one push mass toward the corners.
Proof. Each marginal \(X_i \sim \text{Beta}(\alpha_i, \alpha_0 - \alpha_i)\), from which the stated mean and variance follow directly. The covariance follows from the constraint \(\sum_i X_i = 1\), which forces the components to be negatively associated.
4 Relationship to Other Distributions
Beta Distribution: For \(K = 2\), \(\text{Dirichlet}(\alpha_1,
\alpha_2)\) reduces to \(\text{Beta}(\alpha_1, \alpha_2)\) on each marginal.
Gamma Distribution: If \(Y_i \sim \text{Gamma}(\alpha_i, 1)\) are independent, then \((Y_1, \ldots, Y_K)/\sum_j Y_j \sim
\text{Dirichlet}(\boldsymbol{\alpha})\).
Multinomial: The Dirichlet is the conjugate prior for the category probabilities of a multinomial likelihood.
5 Examples and Applications
A Dirichlet prior on category probabilities, updated by multinomial counts, gives a Dirichlet posterior — the multivariate analogue of the Beta-Binomial model.
Latent Dirichlet Allocation places Dirichlet priors on document-topic and topic-word distributions to discover themes in text corpora.
Proportions that must sum to one — such as chemical compositions or market shares — are naturally modelled with the Dirichlet distribution.