Mixture Model Setup
Visser & Speekenbrink: Sec 2.1, 2.2
Definition
Mixture model models y as a series of random independent draws from different states (distributions). A mixture model with N states is defined by
The state densities: fi, i=1,...,N
The state probabilities: πi, i=1,...,N
The actual outcome is modeled as
Parameters
θi: parameters of the component distributions fi
θobs: parameters of the observation densities, which contain all θi for i=1,...,N
θpr: parameters for the mixing proportions.
z: covariates. Currently ignored since we typically can model the mixture model with remaining parameters. But technically, we can model component distribution as fi(yt∣θi,zt) and mixing proportions as p(St=i∣Zt,θpr). 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 t given observation is yt
Last updated