ClusterPoisson
] classThis class inherits from the [IClusterModel
] class.
A poisson mixture model is a mixture model of the form:
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)
Run the code above in your browser using DataLab