Package: MoEClust
Type: Package
Date: 2020-03-30
Title: Gaussian Parsimonious Clustering Models with Covariates and a
        Noise Component
Version: 1.3.0
Authors@R: c(person("Keefe", "Murphy", email = "keefe.murphy@ucd.ie", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7709-3159")),
           person("Thomas Brendan", "Murphy", email = "brendan.murphy@ucd.ie", role = "ctb", comment = c(ORCID = "0000-0002-5668-7046")))
Description: Clustering via parsimonious Gaussian Mixtures of Experts using the MoEClust models introduced by Murphy and Murphy (2019) <doi:10.1007/s11634-019-00373-8>. This package fits finite Gaussian mixture models with a formula interface for supplying gating and/or expert network covariates using a range of parsimonious covariance parameterisations from the GPCM family via the EM/CEM algorithm. Visualisation of the results of such models using generalised pairs plots and the inclusion of an additional noise component is also facilitated. A greedy forward stepwise search algorithm is provided for identifying the optimal model in terms of the number of components, the GPCM covariance parameterisation, and the subsets of gating/expert network covariates.
Depends: R (>= 3.3.0)
License: GPL (>= 2)
Encoding: UTF-8
URL: https://cran.r-project.org/package=MoEClust
BugReports: https://github.com/Keefe-Murphy/MoEClust
LazyData: true
Imports: lattice, matrixStats, mclust (>= 5.1), mvnfast, nnet, vcd
Suggests: cluster, clustMD, geometry, knitr, rmarkdown, snow
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-30 15:11:53 UTC; Keefe
Author: Keefe Murphy [aut, cre] (<https://orcid.org/0000-0002-7709-3159>),
  Thomas Brendan Murphy [ctb] (<https://orcid.org/0000-0002-5668-7046>)
Maintainer: Keefe Murphy <keefe.murphy@ucd.ie>
Repository: CRAN
Date/Publication: 2020-03-30 22:52:05 UTC
