Dirichleteloszlású
Dirichleteloszlású is a Hungarian term that translates to "Dirichlet distributed" in English. It refers to a probability distribution that is a generalization of the beta distribution. The Dirichlet distribution is a continuous multivariate probability distribution that is parameterized by a vector of positive real numbers. It is commonly used in statistics and machine learning as a prior distribution for categorical distributions or multinomial distributions.
The Dirichlet distribution is defined over the standard simplex, which is the set of all vectors of
f(x_1, x_2, ..., x_K; alpha_1, alpha_2, ..., alpha_K) = (1 / B(alpha)) * product(x_i^(alpha_i - 1)) for i = 1 to K
where B(alpha) is the multivariate beta function, which is a normalization constant.
The Dirichlet distribution is widely used in Bayesian inference, particularly in topic modeling (e.g., Latent Dirichlet