Description Usage Arguments Value
Creates an object representing a collection of binomial mixture models. There is one model for each fixed number of components from 1 to some specified maximum. In particular each model is identified by a single number specifiying the number of components in the model. Models are naturally ordered by inclusion so that, for example, a model with 2 components comes before a model with 3 or more components.
1 | BinomialMixtures(maxNumComponents = 1, phi = "default")
|
maxNumComponents |
the maximum number of components allowed in a model, will create a hierarchy of all models with less than or equal to this number. |
phi |
parameter controlling the strength of the sBIC penalty. |
An object representing the collection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.