modes {CNPBayes} | R Documentation |
The iteration which maximizes log likelihood and log prior is found. The estimates for each parameter at this iteration are retrieved.
For a mixture model with K components, there are K! possible modes. One can permute the ordering of the modes and assign the permuted order to a MixtureModel derived class by this method.
modes(object) modes(object) <- value ## S4 method for signature 'MixtureModel' modes(object) ## S4 replacement method for signature 'MixtureModel' modes(object) <- value
object |
a |
value |
a |
A list of the modes of each parameter
modes(SingleBatchModelExample)