Description Objects from the Class Slots Extends Methods Note Author(s) See Also Examples
This class stores a mixture model fitted by a maximum likelihood approach.
Objects can be created by calls of the form new("MixModelML", ...)
.
Usually, objects are created by mlMixModel
.
convergence
:Object of class "list"
storing
information about the convergence of the EM algorithm.
mmData
:Object of class "numeric"
storing the data.
configuration
:Object of class "list"
storing
configuration. See notes for details.
results
:Object of class "list"
storing
results. See notes for details.
Class "MixModel"
, directly.
signature(object = "MixModelML")
: Access
to the convergence information.
In addition to the content described in MixModel
,
the following elements are present:
Slot configuration
:
convergenceA list storing the maximum number of allowed iterations. And delta log likelihood limit, that is interpreted as convergence, if the delta log likelihood falls below that limit.
Slot results
is exactly like in MixModel
.
Slot convergence
:
iterationsNumber of iterations ran.
deltaLogLikDelta of log likelihood observed in the last iteration.
logLikLog likelihood of the model fit.
Hans-Ulrich Klein (h.klein@uni-muenster.de)
1 | showClass("MixModelML")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.