nor1mix-package | R Documentation |
Onedimensional Normal (i.e. Gaussian) Mixture Models (S3) 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.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Note that direct Maximum Likelihood ML (via optim()
) is typically much
faster converging (and more reliably detecting convergence correctly),
notably thanks to a smart re-parametrization: use norMixMLE()
.
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>
The Marron-Wand examples of normal (gaussian) mixtures MarronWand
.
Multivariate distributions from copulas Mvdc
from the copula package can use norMix
marginals.
example(dnorMix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.