Mixture Model Setup
Visser & Speekenbrink: Sec 2.1, 2.2
Definition
Mixture model models as a series of random independent draws from different states (distributions). A mixture model with states is defined by
The state densities: ,
The state probabilities: ,
The actual outcome is modeled as
Parameters
: parameters of the component distributions
: parameters of the observation densities, which contain all for
: parameters for the mixing proportions.
: covariates. Currently ignored since we typically can model the mixture model with remaining parameters. But technically, we can model component distribution as and mixing proportions as . This allows distributions and proportions to vary across observations. Detail discussed later.
Likelihood
This likelihood can be optimized by using the EM algorithm or direct maximization. During the actual maximization process, we often choose to maximize log-likelihood.
Posterior Probabilities
The posterior probability is the probability that the state at observation given observation is
Last updated