Description Objects from the Class Slots Extends Methods Note Author(s) See Also Examples
This class stores a Bayesian mixture model fitted by MCMC methods.
Objects can be created by calls of the form new("MixModelBayes", ...)
.
chains
:Object of class "list"
storing the course of the Markov chains for each parameter.
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 = "MixModelBayes")
: Gives
access to the chains
slot of the object.
signature(object = "MixModelBayes")
: Gives
the acceptance rate for the parameter of the Dirichlet distribution.
Acceptance rates between 0.3 and 0.7 are usually desired. Values
not smaller than 0.1 (not larger than 0.9) might still be
acceptable. The acceptance rate is only meaningful if the option
weightsPrior
was set to the Finite-dimensional Dirichlet
prior.
In addition to the content described in MixModel
,
the following elements are present:
Slot configuration
:
initsAs in MixModel
.
priorsA list specifying the prior distributions for the parameters of the components and the parameter of the Dirichlet process.
chainA list with the technical specifications for the Markov Chains.
Slot results
is exactly like in MixModel
.
Slot chains
:
componentsA list giving the values for the parameters of the components in each iteration after burn-in and application of thinning.
piA matrix giving the values for the weights pi of the components in each iteration after burn-in and application of thinning.
dirichletParameterA vector giving the values for dirichlet Parameter in each iteration after burn-in and application of thinning.
classificationA matrix giving the number of genes classified to each components in each iteration after burn-in and application of thinning.
Hans-Ulrich Klein (h.klein@uni-muenster.de)
1 | showClass("MixModelBayes")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.