Skip to main content

All Questions

0 votes
0 answers
32 views

Results dirichlet regression - brms vs DirichelReg comparison

I am new to Dirichlet regression, but I am trying to understand why model outputs are potentially different when I use two different R packages, and how I could interpret the slope and intercept ...
Vale's user avatar
  • 1
4 votes
2 answers
645 views

Dirichlet distribution with correlated components?

I am working with models that use Dirichlet distributions. However, I want to account for correlations between components. If this question is a duplicate, I'd also appreciate any pointers to the ...
Marco Pastor Mayo's user avatar
4 votes
2 answers
376 views

Computation of ratio with Dirichlet distribution

I would like to compute ratio of proportions coming from a Dirichlet distribution. My understanding is that each proportion should be treated as a random variable and therefore I should use Taylor ...
Umka's user avatar
  • 51
2 votes
0 answers
36 views

Restriction and dependence in the Dirichlet distributon

The Dirichlet distribution is sometimes said that it is "too restrictive and imposes strong conditions on the dependence between components". What is the reason?
Tky's user avatar
  • 179
2 votes
2 answers
863 views

Is it possible to fit a Dirichlet Regression to changing response variables?

A toy problem to illustrate my issue: We put a 100 people in a room with 10 candy bars. Each bar is different and has a different brand, flavor, size, color, etc. We ask each person in the group to ...
George's user avatar
  • 155
0 votes
0 answers
245 views

Is fair to compare Dirichlet to a Multivariate Beta regression?

I am conducting some analysis on my data I found a strange behavior and would greatly appreciate some guidance or suggestions. I am trying to investigate the effect of a categorical variable (cl) to ...
andremrsantos's user avatar
1 vote
0 answers
27 views

Including features in a Dirichlet model with Markov dynamics

I have a fantasizing about a model here, so please keep in mind that this is not even half-baked: I have categorical time series data $y_t\sim\text{Cat}(y\ |\ \lambda_t)$ with a hidden variable $\...
tenticon's user avatar
  • 175
4 votes
1 answer
2k views

Interpretation of the Precision Model in Dirichlet regression

I use dirichlet regression to analyze the result of a membership matrix (compositional data). For each observation, I have membership probabilities to different groups and these probabilities sum to ...
Matthias Studer's user avatar