Package: nor1mix
Title: Normal aka Gaussian (1-d) Mixture Models (S3 Classes and
        Methods)
Version: 1.3-0
Date: 2019-06-13
Authors@R: c(person("Martin", "Maechler", role = c("aut","cre"),
                    email = "maechler@stat.math.ethz.ch",
	            comment = c(ORCID = "0000-0002-8685-9910"))
	   , person("Friedrich", "Leisch", role = "ctb",
                    comment = c("norMixEM()", ORCID = "0000-0001-7278-1983"))
	   , person("Erik", "Jørgensen", role = "ctb", comment = "pnorMix(), qnorMix()")
          )
Description: Onedimensional Normal (i.e. Gaussian) Mixture Models Classes,
   for, e.g., density estimation or clustering algorithms research and teaching;
   providing the widely used Marron-Wand densities.  Efficient random
   number generation and graphics. Fitting to data by efficient ML (Maximum
   Likelihood) or traditional EM estimation.
Imports: stats, graphics
Suggests: cluster
License: GPL (>= 2)
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-06-13 10:42:56 UTC; maechler
Author: Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>),
  Friedrich Leisch [ctb] (norMixEM(),
    <https://orcid.org/0000-0001-7278-1983>),
  Erik Jørgensen [ctb] (pnorMix(), qnorMix())
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
Repository: CRAN
Date/Publication: 2019-06-13 13:20:03 UTC
Built: R 4.1.0; ; 2021-05-25 22:23:33 UTC; unix
