coef,DiagGmmFit-method {greed} | R Documentation |
Extract mixture parameters from DiagGmmFit-class
object
Description
Extract mixture parameters from DiagGmmFit-class
object
Usage
## S4 method for signature 'DiagGmmFit'
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]