ClusterPoisson {MixAll} | R Documentation |
Definition of the [ClusterPoisson
] class
Description
This class inherits from the [IClusterModel
] class.
A poisson mixture model is a mixture model of the form:
Slots
component
A [
ClusterPoissonComponent
] with the lambda of the component mixture model.
Author(s)
Serge Iovleff
See Also
[IClusterModel
] class
Examples
getSlots("ClusterPoisson")
data(DebTrivedi)
dt <- DebTrivedi[, c(1, 6,8, 15)]
new("ClusterPoisson", data=dt)
[Package MixAll version 1.5.16 Index]