/CLEMM

R package to the manuscript " Parsimonious model-based clustering with envelopes" by Wang, Zhang and Mai (2018). It includes the envelope-EM algorithms for fitting Gaussian Mixture Models.

Primary LanguageRGNU General Public License v3.0GPL-3.0

CLEMM

This is an R package to the manuscript " Parsimonious model-based clustering with envelopes" by Wang, Zhang and Mai (2018). It includes the envelope-EM algorithms for fitting Gaussian Mixture Models.

The CLEMM package can be installed, directly from GitHub, using the devtools library:

install.packages("devtools")
library(devtools)
install_github("kusakehan/CLEMM")
library(CLEMM)