ClusterPoisson | R Documentation |
ClusterPoisson
] classThis class inherits from the [IClusterModel
] class.
A poisson mixture model is a mixture model of the form:
f({x}|\boldsymbol{\theta}) \\
=\sum_{k=1}^K p_k \prod_{j=1}^d Pois(x_j;\lambda_{jk}) \\
\quad {x} \in {N}^d.
component
A [ClusterPoissonComponent
] with the
lambda of the component mixture model.
Serge Iovleff
[IClusterModel
] class
getSlots("ClusterPoisson")
data(DebTrivedi)
dt <- DebTrivedi[, c(1, 6,8, 15)]
new("ClusterPoisson", data=dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.