MixtureModels {sBIC}R Documentation

Linear collections of mixture models.

Description

An abstract class representing a collection of mixture models that are linearly ordered by the number of components in the mixture. This class should not be instantiated, just extended.

Usage

MixtureModels(phi = "default")

Arguments

phi

parameter controlling the strength of the sBIC penalty.

Value

An object representing the collection.

See Also

GaussianMixtures, BinomialMixtures, LCAs


[Package sBIC version 0.2.0 Index]