Mixture of Multinomial Model Prior description class
Mixture of Multinomial Model Prior description class
An S4 class to represent a Mixture of Multinomial model. Such model can be used to cluster a data matrix X with the following generative model : [REMOVE_ME]π∼Dirichlet(α)[REMOVEME2]
[REMOVE_ME]Zi∼M(1,π)[REMOVEME2]
[REMOVE_ME]θk∼Dirichlet(β)[REMOVEME2]
[REMOVE_ME]Xi.∣Zik=1∼M(Li,θk)[REMOVEME2]
With Li=∑d=1DXid. These classes mainly store the prior parameters value (α,β) of this generative model. The MoM-class must be used when fitting a simple Mixture of Multinomials whereas the MoMPrior-class must be sued when fitting a CombinedModels-class.
class
MoMPrior(beta =1)MoM(alpha =1, beta =1)
Arguments
beta: Dirichlet over vocabulary prior parameter (default to 1)
alpha: Dirichlet prior parameter over the cluster proportions (default to 1)
Returns
a MoMPrior-class object
a MoM-class object
Description
An S4 class to represent a Mixture of Multinomial model. Such model can be used to cluster a data matrix X with the following generative model :
With Li=∑d=1DXid. These classes mainly store the prior parameters value (α,β) of this generative model. The MoM-class must be used when fitting a simple Mixture of Multinomials whereas the MoMPrior-class must be sued when fitting a CombinedModels-class.