1. Learn
  2. /
  3. Courses
  4. /
  5. Mixture Models in R

Exercise

Univariate case with flexmix

Recall that mix_example dataset is formed by three clusters distributed as univariate Gaussian distributions. The aim of this exercise is to apply the flexmix() function to fit the model.

Instructions

100 XP

Find the cluster model for the variable x. Remember to model the univariate Gaussian with FLXMCnorm1() and the number of clusters equal 3.