Questions tagged [mixture-distribution]

A mixture distribution is one that is written as a convex combination of other distributions. Use the "compound-distributions" tag for "concatenations" of distributions (where a parameter of a distribution is itself a random variable).

Mixture models arise in attempts to characterize complicated probability distributions, especially those with two or more modes, in terms of distributions with mathematically simple descriptions.

Disambiguation

  • Do not confuse a "mixture model" with a "mixed model"! The former concerns distributions, typically multi-modal, that will be analyzed as positive linear combinations of other distributions. The latter occurs in a regression setting where some of the independent variables are viewed as fixed and others are viewed as realizations of random variables.

  • Note that although the density of a mixture is, by definition, a linear combination of densities, it is not in general the same as the density of a linear combination of random variables. For example, the average of two normal random variables is normal (and therefore has a single mode), but a 50:50 mixture of two different normal densities often has two modes and is never normal.

  • Compound distributions are also known as "mixtures". Please use the tag in such cases. See the meta thread on The “mixture” vs. the “compound-distributions” tags for details.

497 questions
3
votes
2 answers

Estimating individual components of a mixture distribution

I am trying to jointly estimate the components of a mixture distribution. I have a sampling from a mixture, XY, composed of X and Y with a known mixing parameter m. I also have a separate sampling of just Y. I am trying to estimate the the PDF of…
thc
  • 408
2
votes
0 answers

Estimating an unknown distribution from a mixture

I have two data sets, $\{x_i\}$ and $\{y_i\}$. I know that data set $\{x_i\}$ was sampled from some distribution $X$, and that data set $\{y_i\}$ is sampled from a mixture of the $X$, and some other unknown distribution $Y$. I am wanting to estimate…
DBruwel
  • 21
2
votes
1 answer

Fitting mixture distributions and probability estimation

I am working on continuous data set with ranges 0-1. I need to group them using mixed models (based on prior clinical/biological basis). From this model, I need to get the p-value for a value (say 0.52) to be in the dist1(red), dist2(blue) or…
Khader Shameer
  • 673
  • 1
  • 7
  • 14
2
votes
1 answer

Identifying a mixture model

I am trying to fit a mixture model to a dataset that consists of counts (so every record is a count of something, like the number of attempts by an IP address to connect to a website). I know, a priori, that each point belongs to one of two groups…
user765195
  • 2,215
1
vote
1 answer

Mixture probability depends on the sample

A mixture of two distributions has density which is the weighted sum of the components: $$f_{mix}(x) = p f_{1}(x) + (1-p) f_{2}(x).$$ What if the mixture weight is allowed to vary with the sample point? $$f_{mix}(x) = p(x) f_{1}(x) + (1-p(x))…
1
vote
0 answers

How to define the space of the probability distribution that weighted sum of two independent random variables distributes as

Define a linear space $X=\Delta(Z)$. $Z=\mathbb R_+$ is the real valued outcome space and $\Delta$ is a probability simplex. Let $f$ and $g$ denote the elements in $X$. Suppose now I define a mixture $x=\lambda f+(1-\lambda) g$. The meaning of the…
Emma
  • 369
  • 1
  • 6
1
vote
1 answer

What does linear combination mean in mixture model?

I am learning mixture model. I understand what does it means, but I still do not understand some contexts. I really do not understand the following: "The moments of a mixture random variables are linear combinations of the corresponding moments of…
Silver_80
  • 425
0
votes
0 answers

What is the variance of the mixture distribution that is made up of 2 of the same distribution?

Let's say that I have two exponential distributions with a mean of 10. Now consider the mixture distribution where there is 50-50 chances of getting either one of the two exponential. What would be the variance of this mixture distribution?
0
votes
0 answers

Collective Risk Model - Mixture Severity, Bernoulli Frequency

I have a "real life" problem. I am modelling a form of Operational risk at a Company. Each department of the company is asked for how a particular event will impact their department, in terms of cost. Each department provides a "probability that the…
Delvesy
  • 427