Learn R Programming

rtkpp (version 0.8.5)

ClusterPoisson: Definition of the [ClusterPoisson] class

Description

This class inherits from the [IClusterModelBase] 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.$$

Arguments

See Also

[IClusterModelBase] 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