1. เรียนรู้
  2. /
  3. Courses
  4. /
  5. Mixture Models in R

Connected

Exercises

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.

คำแนะนำ

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.