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

Exercise

Extracting Parameters for Univariate Case

In the previous exercise, you fitted a univariate Gaussian mixture model with flexmix and saved it into the object fit_mix_example. The aim of this module is to analyze the results extracting the estimated parameters.

Instructions

100 XP
  • Use the function prior() to get the proportions of each cluster.
  • Use the function parameters() and the respective argument to get the parameters for each component.