Mixture Model Model Selection

Visser & Speekenbrink: Sec 2.6

Method 1: Likelihood Ratio Test

Likelihood ratio test can be used when regularity conditions and models have the same number of mixture components.

Alternatively, we can use bootstrapping method instead of the actual chi-square distribution to test kk components vs. k+lk + l components. The process are

  1. Fit the k,k+lk, k+l component mixture models to obtain MLE estimates θ^k,θ^k+l\hat{\theta}_k, \hat{\theta}_{k+l} and compute the likelihood ratio Λobs\Lambda_{obs}

  2. For i=1,...,Mi=1,...,M:

    1. Use the fitted kk component model to simulate a bootstrap sample

    2. Fit the k,k+lk, k+l component mixture models to the bootstrap data and calculate the likelihood ratio

  3. Calculate the proportion of bootstrap likelihood ratio which are equal or larger than observed.

Method 2: Information Criteria

See information criteria

Last updated