ClusterGamma {MixAll} | R Documentation |
Definition of the [ClusterGamma
] class
Description
This class inherits from the [IClusterModel
] class.
A gamma mixture model is a mixture model of the form:
Constraints can be added to the shapes and/or scales in order to reduce the number of parameters.
Slots
component
A [
ClusterGammaComponent
] with the shapes and the scales of the component mixture model.
Author(s)
Serge Iovleff
See Also
[IClusterModel
] class
Examples
getSlots("ClusterGamma")
data(geyser)
new("ClusterGamma", data=geyser)
[Package MixAll version 1.5.16 Index]