| coef,GmmFit-method {greed} | R Documentation |
Extract mixture parameters from GmmFit-class object
Description
Extract mixture parameters from GmmFit-class object
Usage
## S4 method for signature 'GmmFit'
coef(object)
Arguments
object |
Value
a list with the mixture parameters estimates (MAP), the fields are:
-
'pi': cluster proportions -
'muk': cluster means -
'Sigmak': cluster co-variance matrices
[Package greed version 0.6.1 Index]