This package implements a model fitting algorithm for normal mixture models.
TODO:
- make init method optional with no default
- spurious cluster suppression
- (WIP) add vignette
- test against windows
- (WIP) reintroduce functionality for many MLE passes for model selection
On linux machines, using R only:
git clone https://github.com/TrN000/norMmix.git
R CMD build norMmix
R CMD INSTALL norMmix_0.0-2.tar.gz