Learn R Programming

rtkpp (version 0.8.5)

ClusterGamma: Definition of the [ClusterGamma] class

Description

This class inherits from the [IClusterModelBase] class. A gamma mixture model is a mixture model of the form: $$f({x}|\boldsymbol{\theta}) \ =\sum_{k=1}^K p_k \prod_{j=1}^d \gamma(x_j;a_{jk},b_{jk}) \ \quad {x} \in {R}^d.$$

Arguments

See Also

[IClusterModelBase] class

Examples

Run this code
getSlots("ClusterGamma")
  data(geyser)
  new("ClusterGamma", data=geyser)

Run the code above in your browser using DataLab