Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

MixAll (version 1.5.10)

ClusterGamma: Definition of the [ClusterGamma] class

Description

This class inherits from the [IClusterModel] class. A gamma mixture model is a mixture model of the form: f(x|θ)=k=1Kpkj=1dγ(xj;ajk,bjk)xRd. Constraints can be added to the shapes and/or scales in order to reduce the number of parameters.

Arguments

Slots

component

A [ClusterGammaComponent] with the shapes and the scales of the component mixture model.

Author

Serge Iovleff

See Also

[IClusterModel] class

Examples

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

Run the code above in your browser using DataLab