Skip to main content

Questions tagged [dirichlet-distribution]

The Dirichlet distribution refers to a family of multivariate distributions, which are the generalization of the univariate beta distribution.

1 vote
1 answer
456 views

Approximating the Logit-Normal by Dirichlet

There is a known approximation of the Dirichlet Distribution by a Logit-Normal, as presented in wikipedia. However, I am interested in the reverse, can I approximate a logit-normal by a Dirichlet? I.e....
Andreas Look's user avatar
3 votes
1 answer
814 views

How to generate data from a generalized Dirichlet distribution?

I need to generate data from a generalized Dirichlet distribution in Python to test my model, but I have no idea how can I proceed with that, can anyone guide me?
user13612169's user avatar
1 vote
1 answer
96 views

Concentration Bounds for categorial distribution with good Dirichlet prior

I would like to know if there are any standard methods for analyzing the concentration bounds (for example Hoeffding's bound) for a multinomial distribution modelled with a Dirichlet prior, with the ...
Snowball's user avatar
  • 131
4 votes
1 answer
1k views

How to visualize Dirichlet distribution (with more than 3 targets)?

I want to plot a Dirichlet distribution $\operatorname{Dir}(\alpha), \alpha=[\alpha_1, \alpha_2, \ldots,\alpha_n]$. However, when I google it, almost all of the results consider 3 targets ($n=3$), and ...
Guanjie Huang's user avatar
1 vote
1 answer
343 views

Stationary distribution of a Markov chain with a random transition matrix

Consider a Markov chain $\{X_t\}$ on a finite state $\mathcal{S} = \{1,\dots, S\}$ space whose transition matrix $P$ is populated by elements of the form $$ p_{ij} = P(X_{t+1} = j | X_t = i)$$ and we ...
Dan.phi's user avatar
  • 67
1 vote
0 answers
174 views

Log-likelihood of a finite mixture distribution (PDF overflowing)

I'm trying to use a finite mixture of Dirichlet distributions in a project, but am encountering problems with the PDF becoming so large for input values close to 0 that it overflows to infinity (as ...
Edrulesok's user avatar
  • 151
2 votes
1 answer
139 views

Upgrading weight parameters to random variable in Gaussian mixtures

In a Gaussian mixture model we model a density like: $p(\mathbf{x}|\pi,\mu,\sigma)=\sum \pi_i N(\mathbf{x}|\mu_i,\sigma_i)$ [1] where $\pi,\mu$ and $\sigma$ are parameters. I would like to know if the ...
Thomas's user avatar
  • 910
3 votes
1 answer
355 views

Difficulties in computing the derivatives of the Dirichlet distribution

I need to compute the first derivatives of the Dirichlet distribution, defined in the following way: $$r(P; \pi, \rho) = \frac{\Gamma(c)}{\prod_{i=1}^{k} \Gamma(c \pi_i)} \cdot \prod_{i=1}^{k} P_i^{c\...
Bibi's user avatar
  • 57
2 votes
0 answers
89 views

Question about the distribution of the average of Dirichlet-distributed random variables

Suppose that each in a set of $n$ random variables $\boldsymbol{X}_1, .., \boldsymbol{X}_n$ are Dirichlet-distributed with parameters $\boldsymbol{\alpha}_i$, where $i$ is an index for the random ...
Brash Equilibrium's user avatar
2 votes
0 answers
162 views

Choosing the Dirichlet prior in a mixture model

Consider the following mixture model with $K < \infty$ components, $$ f\left(x \mid \theta_{1}, \ldots, \theta_{K}, \pi_{1}, \ldots, \pi_{K}\right)=\sum_{k=1}^K \pi_{k} \varphi\left(x \mid \theta_{...
econ86's user avatar
  • 387
1 vote
0 answers
61 views

On the distribution of a scaled sum of a Dirchlet random variable

Consider $(X_{1},\dots,X_{K})=X\sim \text{Dir}(\alpha)$ and a vector $v=(v_{1},\dots ,v_{K})\in\mathbb{R}^{K}$. Is there a parametric density function for the distribution of: $Xv^{T}=vX^T=\sum^{K}_{i=...
MHDZAHD93's user avatar
1 vote
1 answer
49 views

In Latent Dirichlet allocation, is the following formula the probability of observing a single document, or an entire corpus?

This is the formula in question: Source: https://en.wikipedia.org/wiki/Latent_Dirichlet_allocation
Bob Odenkirk's user avatar
3 votes
0 answers
80 views

Bounding values of a Dirichlet distribution

Consider $k$ random variables $X_1, X_2, \ldots, X_k$ such that $(X_1, X_2, \ldots, X_k)$ follow a $\text{Dirichlet}(1, 1, \ldots, 1)$ distribution. For a large enough $k$, I am trying to bound/find ...
BlackHat18's user avatar
3 votes
0 answers
131 views

A clarification in the original Dirichlet Process paper by Ferguson

I am reading the paper "Bayesian Analysis of Some Nonparametric Problems" by Ferguson where the Dirichlet process is introduced. There is a proposition 5 where the joint distribution of ...
honeybadger's user avatar
  • 1,572
1 vote
0 answers
105 views

Distribution of the mean of a Dirichlet-distributed distribution

Suppose that $(f_0,\dotsc,f_N)$, with $f_n\ge0, \sum_n f_n=1$, is a distribution (set of normalized weights or frequencies) having a Dirichlet distribution with parameters $\alpha_n$: $$\mathrm{p}(f_0,...
pglpm's user avatar
  • 1,306

15 30 50 per page
1 2 3
4
5
21