Flash Sale | 50% off
Get 50% off unlimited learning

MixAll (version 1.5.10)

ClusterPoisson: Definition of the [ClusterPoisson] class

Description

This class inherits from the [IClusterModel] class. A poisson mixture model is a mixture model of the form: f(x|θ)=k=1Kpkj=1dPois(xj;λjk)xNd.

Arguments

Slots

component

A [ClusterPoissonComponent] with the lambda of the component mixture model.

Author

Serge Iovleff

See Also

[IClusterModel] class

Examples

Run this code
  getSlots("ClusterPoisson")
  data(DebTrivedi)
  dt <- DebTrivedi[, c(1, 6,8, 15)]
  new("ClusterPoisson", data=dt)

Run the code above in your browser using DataLab